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

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

Issue 29322051: Issue 2766 - Remove underscores from DNS names (Closed)
Patch Set: Created July 13, 2015, 6:51 a.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
Index: modules/web/templates/adblockplus.org.conf.erb
diff --git a/modules/web/templates/adblockplus.org.conf.erb b/modules/web/templates/adblockplus.org.conf.erb
index 31fe043d6cf306bec5096a11a06c2fb77e9db98d..a0cd9ce3c10d68667ca49d1e3d8661d95c9a5351 100644
--- a/modules/web/templates/adblockplus.org.conf.erb
+++ b/modules/web/templates/adblockplus.org.conf.erb
@@ -237,7 +237,7 @@ location /403.html
}
location @proxied
{
- proxy_pass https://server_16.adblockplus.org;
+ proxy_pass https://server16.adblockplus.org;
proxy_set_header Host adblockplus.org;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
« modules/statsmaster/manifests/awstats.pp ('K') | « modules/statsmaster/manifests/awstats.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld