BBlack has submitted this change and it was merged.

Change subject: Revert "cache_misc: disable do_gzip"
......................................................................


Revert "cache_misc: disable do_gzip"

This reverts commit 3a24cabfd9dcef496cd280c73c3c5a489dc7c6a8.

Bug: T127294
Bug: T127931
Bug: T96846
Bug: T107749
Change-Id: I3c18ca48518ccf084c10c950d2d50f9a29ca1053
---
M modules/role/manifests/cache/misc.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/role/manifests/cache/misc.pp 
b/modules/role/manifests/cache/misc.pp
index 82b5c06..272a6cd 100644
--- a/modules/role/manifests/cache/misc.pp
+++ b/modules/role/manifests/cache/misc.pp
@@ -247,7 +247,7 @@
 
     $common_vcl_config = {
         'cache4xx'         => '1m',
-        'do_gzip'          => false, # T127294
+        'do_gzip'          => true,
         'allowed_methods'  => '^(GET|DELETE|HEAD|POST|PURGE|PUT)$',
         'purge_host_regex' => $::role::cache::base::purge_host_not_upload_re,
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3c18ca48518ccf084c10c950d2d50f9a29ca1053
Gerrit-PatchSet: 1
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

Reply via email to