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

Side by Side Diff: modules/trac/files/site.conf

Issue 5650091033493504: Issue 376 - Trac`s nginx blocks large file uploads (Closed)
Patch Set: Created April 24, 2014, 9:29 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 location / 1 location /
2 { 2 {
3 fastcgi_pass unix:/tmp/trac-fastcgi.sock; 3 fastcgi_pass unix:/tmp/trac-fastcgi.sock;
4 fastcgi_split_path_info ^()(.*)$; 4 fastcgi_split_path_info ^()(.*)$;
5 include /etc/nginx/fastcgi_params; 5 include /etc/nginx/fastcgi_params;
6 fastcgi_param PATH_INFO $fastcgi_path_info; 6 fastcgi_param PATH_INFO $fastcgi_path_info;
7 client_max_body_size 15m;
7 } 8 }
8 9
9 location /chrome/ 10 location /chrome/
10 { 11 {
11 alias /home/trac/htdocs/htdocs/; 12 alias /home/trac/htdocs/htdocs/;
12 } 13 }
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