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

Side by Side Diff: modules/trac/files/site.conf

Issue 5735669590654976: #753 - set up an order system to let eyeo employees file order requests (Closed)
Patch Set: #753 - set up an order system to let eyeo employees file order requests Created July 30, 2014, 4:54 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 location / 1 include /etc/nginx/trac.d/*;
2 {
3 fastcgi_pass unix:/tmp/trac-fastcgi.sock;
4 fastcgi_split_path_info ^()(.*)$;
5 include /etc/nginx/fastcgi_params;
6 fastcgi_param PATH_INFO $fastcgi_path_info;
7 client_max_body_size 20m;
8 }
9 2
10 location /chrome/
11 {
12 alias /home/trac/htdocs/htdocs/;
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld