BBlack has submitted this change and it was merged.
Change subject: re-order range / purge to align text+mobile
......................................................................
re-order range / purge to align text+mobile
Bug: T109286
Change-Id: I34b30c52e02b8427dec298e12402f6425b58b71d
---
M templates/varnish/text-frontend.inc.vcl.erb
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
BBlack: Verified; Looks good to me, approved
diff --git a/templates/varnish/text-frontend.inc.vcl.erb
b/templates/varnish/text-frontend.inc.vcl.erb
index d5b8d3e..b0d1e66 100644
--- a/templates/varnish/text-frontend.inc.vcl.erb
+++ b/templates/varnish/text-frontend.inc.vcl.erb
@@ -72,13 +72,13 @@
call filter_headers;
call filter_noise;
- // Allow purging
- call vcl_recv_purge;
-
// FIXME: we're seeing an issue with Range requests and gzip/gunzip.
// Disable Range requests for now.
unset req.http.Range;
+ // Allow purging
+ call vcl_recv_purge;
+
// BITS: legacy bits.wm.o domain support
if (req.http.host == "<%= @cluster_options.fetch("bits_domain",
"bits.wikimedia.org") %>") {
if (req.url ~ "^/event\.gif") {
--
To view, visit https://gerrit.wikimedia.org/r/232027
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I34b30c52e02b8427dec298e12402f6425b58b71d
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits