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

Unified 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.
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 | « no previous file | modules/updateserver/files/sitescripts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/updateserver/files/site.conf
===================================================================
--- a/modules/updateserver/files/site.conf
+++ b/modules/updateserver/files/site.conf
@@ -1,2 +1,12 @@
keepalive_timeout 0;
root /var/www/update;
+
+location /
+{
+}
+
+location /latest/
+{
+ fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock;
+ include /etc/nginx/fastcgi_params;
+}
« 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