Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/hgweb/templates/nginx_global.conf.erb

Issue 29334179: Issue 3552 - Increase Nginx header buffer size for Mercurial (Closed)
Patch Set: Created Jan. 21, 2016, 10:33 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 fastcgi_cache_path /var/cache/nginx/hgweb levels=1 keys_zone=hgwebfeed:1m; 1 fastcgi_cache_path /var/cache/nginx/hgweb levels=1 keys_zone=hgwebfeed:1m;
2
3 # HTTP header size increases proportional to the amount of Mercurial heads,
4 # see https://www.mercurial-scm.org/wiki/HgWebInIisOnWindows#Troubleshooting
5 large_client_header_buffers 16 16k;
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld