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

Unified 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 Aug. 6, 2014, 12:38 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 | « modules/trac/files/permissions.csv ('k') | modules/trac/files/trac.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/files/site.conf
===================================================================
deleted file mode 100644
--- a/modules/trac/files/site.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-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 20m;
-}
-
-location /chrome/
-{
- alias /home/trac/htdocs/htdocs/;
-}
« no previous file with comments | « modules/trac/files/permissions.csv ('k') | modules/trac/files/trac.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld