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

Delta Between Two Patch Sets: modules/trac/files/site.conf

Issue 5698882323349504: Issues #745, #750 Raised max attachment and preview size to 15MB for the issue tracker. (Closed)
Left Patch Set: Created July 3, 2014, 11:06 a.m.
Right Patch Set: Also increased client_max_body_size in nginx configuration. Created July 3, 2014, 3:09 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | modules/trac/templates/trac.ini.erb » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 client_max_body_size 20m;
8 } 8 }
9 9
10 location /chrome/ 10 location /chrome/
11 { 11 {
12 alias /home/trac/htdocs/htdocs/; 12 alias /home/trac/htdocs/htdocs/;
13 } 13 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld