Index: modules/web/templates/adblockplus.org.conf.erb |
=================================================================== |
--- a/modules/web/templates/adblockplus.org.conf.erb |
+++ b/modules/web/templates/adblockplus.org.conf.erb |
@@ -212,9 +212,11 @@ location /403.html |
{ |
try_files $uri @proxied; |
} |
location @proxied |
{ |
proxy_pass https://server_16.adblockplus.org; |
proxy_set_header Host adblockplus.org; |
proxy_redirect https://adblockplus.org/ https://$host/; |
+ sub_filter_once off; |
+ sub_filter https://adblockplus.org/ https://$host/; |
mathias
2015/04/16 12:44:14
I understand what you are doing here - but why?
mathias
2015/04/16 13:50:20
Never mind, I've seen it now.
|
} |