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

Delta Between Two Patch Sets: modules/trac/templates/fcgi.conf.erb

Issue 5735669590654976: #753 - set up an order system to let eyeo employees file order requests (Closed)
Left Patch Set: #753 - set up an order system to let eyeo employees file order requests Created July 22, 2014, 12:47 a.m.
Right Patch Set: #753 - set up an order system to let eyeo employees file order requests Created Aug. 6, 2014, 12:38 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « modules/trac/manifests/init.pp ('k') | modules/trac/templates/orders.ini.erb » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 location <%= @location_base %>/
2 {
3 fastcgi_pass unix:/tmp/<%= @name %>-fastcgi.sock;
4 fastcgi_split_path_info ^(<%= @location_base %>)(.*)$;
5 include /etc/nginx/fastcgi_params;
6 fastcgi_param SCRIPT_NAME $fastcgi_script_name;
7 fastcgi_param PATH_INFO $fastcgi_path_info;
8 client_max_body_size 20m;
9 }
10
11 location <%= @location_base %>/chrome/
12 {
13 alias /home/trac/htdocs-<%= @name %>/htdocs/;
14 }
15
LEFTRIGHT

Powered by Google App Engine
This is Rietveld