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

Unified Diff: modules/web/templates/adblockplus.org.conf.erb

Issue 29592643: #2956 - Fix forum sessions and login (Closed)
Patch Set: Created Oct. 30, 2017, 6:12 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/templates/adblockplus.org.conf.erb
===================================================================
--- a/modules/web/templates/adblockplus.org.conf.erb
+++ b/modules/web/templates/adblockplus.org.conf.erb
@@ -432,7 +432,7 @@
}
location @proxied
{
- proxy_pass https://server16.adblockplus.org;
+ proxy_pass https://88.198.66.34;
proxy_set_header Host adblockplus.org;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld