Ori.livneh has submitted this change and it was merged.

Change subject: adapt static hash exemption for I1e900b00c
......................................................................


adapt static hash exemption for I1e900b00c

Change-Id: Ib229005a4e6e4a7fd324bd84666ae0604e57ef0d
---
M templates/varnish/static-hash.inc.vcl.erb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/varnish/static-hash.inc.vcl.erb 
b/templates/varnish/static-hash.inc.vcl.erb
index d87ab8c..b5b748c 100644
--- a/templates/varnish/static-hash.inc.vcl.erb
+++ b/templates/varnish/static-hash.inc.vcl.erb
@@ -7,7 +7,7 @@
        hash_data(req.url);
 
        // skip host/ip part for static assets
-       if (req.url ~ "^/w/static-") { return (hash); }
+       if (req.url ~ "^/w/static") { return (hash); }
 
        if (req.http.host) {
                hash_data(req.http.host);

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib229005a4e6e4a7fd324bd84666ae0604e57ef0d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: BBlack <bbl...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to