Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authorMichael Sofaer and Raphael Sofaer <msofaer@pivotallabs.com+rsofaer@gmail.com>2010-11-26 20:19:17 +0300
committerMichael Sofaer and Raphael Sofaer <msofaer@pivotallabs.com+rsofaer@gmail.com>2010-11-26 20:19:26 +0300
commit8636f5d1d96203603c3e4b6936391bc0a24ea40d (patch)
tree6f02e1063a450bf66a33e81b31583b868d891ab7 /chef
parent63a7496c8b712ef9a296ff2e5594099066ed3d31 (diff)
Maybe don't disable proxy buffering
Diffstat (limited to 'chef')
-rw-r--r--chef/cookbooks/common/templates/default/nginx.conf.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef/cookbooks/common/templates/default/nginx.conf.erb b/chef/cookbooks/common/templates/default/nginx.conf.erb
index afb99d9b7..e45f2bcf7 100644
--- a/chef/cookbooks/common/templates/default/nginx.conf.erb
+++ b/chef/cookbooks/common/templates/default/nginx.conf.erb
@@ -72,7 +72,6 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
- proxy_buffering off;
client_max_body_size 4M;
client_body_buffer_size 128K;