Changeset - 63a980ac1bba
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-08-03 18:02:33
marcin@python-works.com
add example when having chunking module for nginx enabled.
- overcomes large git push issues and having to set postBuffer in gitconfig
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/setup.rst
Show inline comments
 
@@ -532,6 +532,15 @@ Sample config for nginx using proxy::
 
       access_log      /var/log/nginx/rhodecode.access.log;
 
       error_log       /var/log/nginx/rhodecode.error.log;
 

	
 
       # uncomment if you have nginx with chunking module compiled
 
       # fixes the issues of having to put postBuffer data for large git
 
       # pushes       
 
       #chunkin on;
 
       #error_page 411 = @my_411_error;
 
       #location @my_411_error {
 
       #    chunkin_resume;
 
       #}
 

	
 
       location / {
 
            try_files $uri @rhode;
 
       }
0 comments (0 inline, 0 general)