Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/175595

Change subject: move old-bugzilla behind misc varnish
......................................................................

move old-bugzilla behind misc varnish

put old-bugzilla.wikimedia.org behind misc-web
varnish. to fix the current SSL cert warning.

disabled caching, just send straight to zirconium
as the backend which is the original Bugzilla box

Change-Id: I17a9a34f361fe71fa46322063395d520fe66f6c7
---
M templates/varnish/misc.inc.vcl.erb
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/95/175595/1

diff --git a/templates/varnish/misc.inc.vcl.erb 
b/templates/varnish/misc.inc.vcl.erb
index fdb9f8b..9741b90 100644
--- a/templates/varnish/misc.inc.vcl.erb
+++ b/templates/varnish/misc.inc.vcl.erb
@@ -26,6 +26,9 @@
                set req.backend = radon;
        } elsif (req.http.Host == "phabricator.wikimedia.org" || req.http.Host 
== "phab.wmfusercontent.org" || req.http.Host == "bugzilla.wikimedia.org" || 
req.http.Host == "bugs.wikimedia.org") {
                set req.backend = iridium;
+       } elsif (req.http.Host == "old-bugzilla.wikimedia.org") {
+               set req.backend = zirconium;
+        return (pass);
        } elsif (req.http.Host == "contacts.wikimedia.org") {
                set req.backend = zirconium;
        } elsif (req.http.Host == "svn.wikimedia.org") {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I17a9a34f361fe71fa46322063395d520fe66f6c7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to