BBlack has uploaded a new change for review.

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

Change subject: cache_misc: pass all stream.wm.o
......................................................................

cache_misc: pass all stream.wm.o

Bug: T134871
Change-Id: I924e8e6c358bda5060994e4b0a8f2bac9a0a5f69
---
M templates/varnish/misc-common.inc.vcl.erb
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/07/294307/1

diff --git a/templates/varnish/misc-common.inc.vcl.erb 
b/templates/varnish/misc-common.inc.vcl.erb
index 1fafb12..c0442e1 100644
--- a/templates/varnish/misc-common.inc.vcl.erb
+++ b/templates/varnish/misc-common.inc.vcl.erb
@@ -7,6 +7,7 @@
         || req.http.Host == "datasets.wikimedia.org" // No caching of 
datasets.  They can be larger than misc varnish can deal with.
         || req.http.Host == "config-master.wikimedia.org"
         || req.http.Host == "etherpad.wikimedia.org" // No caching of configs; 
scripts may want to know when things change
+        || req.http.Host == "stream.wikimedia.org"
     ) {
         return (pass);
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I924e8e6c358bda5060994e4b0a8f2bac9a0a5f69
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>

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

Reply via email to