OLD | NEW |
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 } |
OLD | NEW |