##// END OF EJS Templates
add example when having chunking module for nginx enabled....
marcink -
r2682:63a980ac beta
parent child Browse files
Show More
@@ -532,6 +532,15 b' Sample config for nginx using proxy::'
532 532 access_log /var/log/nginx/rhodecode.access.log;
533 533 error_log /var/log/nginx/rhodecode.error.log;
534 534
535 # uncomment if you have nginx with chunking module compiled
536 # fixes the issues of having to put postBuffer data for large git
537 # pushes
538 #chunkin on;
539 #error_page 411 = @my_411_error;
540 #location @my_411_error {
541 # chunkin_resume;
542 #}
543
535 544 location / {
536 545 try_files $uri @rhode;
537 546 }
General Comments 0
You need to be logged in to leave comments. Login now