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

Unified Diff: modules/downloadserver/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.
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/site.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/downloadserver/files/site.conf
===================================================================
--- a/modules/downloadserver/files/site.conf
+++ b/modules/downloadserver/files/site.conf
@@ -18,12 +18,12 @@
rewrite ^ https://adblockplus.org/androidupdates.xml?$query_string redirect;
}
-location /devbuilds/adblockbrowser/updates.xml {
+location ~ (/devbuilds)?/adblockbrowser/updates.xml {
fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock;
include fastcgi_params;
fastcgi_cache adblockbrowserupdates;
fastcgi_cache_valid 200 10m;
- fastcgi_cache_key "$query_string";
+ fastcgi_cache_key "$request_uri $query_string";
mathias 2015/11/19 12:40:06 Please use a question mark instead of a space char
Felix Dahlke 2015/11/19 15:44:40 I had a look at the cache files and it seems like
}
location /devbuilds
« no previous file with comments | « no previous file | modules/updateserver/files/site.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld