BBlack has submitted this change and it was merged.

Change subject: graphite.wm.o HTTPS redirect T132461
......................................................................


graphite.wm.o HTTPS redirect T132461

Change-Id: Icf5c58dba2cd93627afb9e1bd933e6a0126f39a1
---
M templates/varnish/misc-frontend.inc.vcl.erb
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  BBlack: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/varnish/misc-frontend.inc.vcl.erb 
b/templates/varnish/misc-frontend.inc.vcl.erb
index a292b30..3e46881 100644
--- a/templates/varnish/misc-frontend.inc.vcl.erb
+++ b/templates/varnish/misc-frontend.inc.vcl.erb
@@ -23,7 +23,6 @@
 
     if (
            req.http.Host != "git.wikimedia.org"
-        && req.http.Host != "graphite.wikimedia.org"
     ) {
         if (req.http.X-Forwarded-Proto != "https") {
             set req.http.Location = "https://"; + req.http.Host + req.url;

-- 
To view, visit https://gerrit.wikimedia.org/r/283214
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icf5c58dba2cd93627afb9e1bd933e6a0126f39a1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to