diff docs/setup.rst @ 1420:a2fe0ac8d007 beta

Updated nginx proxy example to work better with large pushes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Jul 2011 14:43:54 +0200
parents 93cffcb6fd54
children b05eb16ea105
line wrap: on
line diff
--- a/docs/setup.rst	Mon Jul 04 18:07:49 2011 +0200
+++ b/docs/setup.rst	Wed Jul 06 14:43:54 2011 +0200
@@ -409,13 +409,10 @@
     client_max_body_size        400m;
     client_body_buffer_size     128k;
     proxy_buffering             off;
-    proxy_connect_timeout       3600;
-    proxy_send_timeout          3600;
-    proxy_read_timeout          3600;
-    proxy_buffer_size           16k;
-    proxy_buffers               4 16k;
-    proxy_busy_buffers_size     64k;
-    proxy_temp_file_write_size  64k;
+    proxy_connect_timeout       7200;
+    proxy_send_timeout          7200;
+    proxy_read_timeout          7200;
+    proxy_buffers               8 32k;
  
 Also, when using root path with nginx you might set the static files to false
 in the production.ini file::