| 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/; |
| } |