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

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

Issue 6041976289886208: Issue 402 - Use a redirector script for downloads, not a direct link (Closed)
Patch Set: Fixed typo Created Sept. 17, 2014, 7:59 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
« no previous file with comments | « no previous file | modules/updateserver/files/sitescripts » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 keepalive_timeout 0; 1 keepalive_timeout 0;
2 root /var/www/update; 2 root /var/www/update;
3
4 location /
5 {
6 }
7
8 location /latest/
9 {
10 fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock;
11 include /etc/nginx/fastcgi_params;
12 }
OLDNEW
« no previous file with comments | « no previous file | modules/updateserver/files/sitescripts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld