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

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

Issue 29330205: Issue 3318 - Serve release update manifests for Adblock Browser (Closed)
Patch Set: Created Nov. 13, 2015, 7:21 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 keepalive_timeout 0; 1 keepalive_timeout 0;
2 root /var/www/update; 2 root /var/www/update;
3 3
4 location / 4 location /
5 { 5 {
6 } 6 }
7 7
8 location /latest/ 8 location /latest/
9 { 9 {
10 fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock; 10 fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock;
11 include /etc/nginx/fastcgi_params; 11 include /etc/nginx/fastcgi_params;
12 } 12 }
13
14 location /adblockbrowser/updates.xml
15 {
16 rewrite ^(.*) https://downloads.adblockplus.org$1 redirect;
17 }
OLDNEW
« modules/downloadserver/files/site.conf ('K') | « modules/downloadserver/files/site.conf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld