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

Unified Diff: modules/trac/files/site.conf

Issue 5698882323349504: Issues #745, #750 Raised max attachment and preview size to 15MB for the issue tracker. (Closed)
Patch Set: Also increased client_max_body_size in nginx configuration. Created July 3, 2014, 3:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/trac/templates/trac.ini.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/files/site.conf
===================================================================
--- a/modules/trac/files/site.conf
+++ b/modules/trac/files/site.conf
@@ -4,7 +4,7 @@
fastcgi_split_path_info ^()(.*)$;
include /etc/nginx/fastcgi_params;
fastcgi_param PATH_INFO $fastcgi_path_info;
- client_max_body_size 15m;
+ client_max_body_size 20m;
}
location /chrome/
« no previous file with comments | « no previous file | modules/trac/templates/trac.ini.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld