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

Unified 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.
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 | no next file » | 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
@@ -1,12 +1,13 @@
location /
{
fastcgi_pass unix:/tmp/trac-fastcgi.sock;
fastcgi_split_path_info ^()(.*)$;
include /etc/nginx/fastcgi_params;
fastcgi_param PATH_INFO $fastcgi_path_info;
+ client_max_body_size 15m;
}
location /chrome/
{
alias /home/trac/htdocs/htdocs/;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld