BBlack has submitted this change and it was merged.

Change subject: Zero: Added 255-03, 515-05 for unified
......................................................................


Zero: Added 255-03, 515-05 for unified

Change-Id: Ia6b1794adb0991c0bebf38162b5f76b6d14ba2f9
---
M templates/varnish/zero.inc.vcl.erb
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/templates/varnish/zero.inc.vcl.erb 
b/templates/varnish/zero.inc.vcl.erb
index 333e947..6c54cba 100644
--- a/templates/varnish/zero.inc.vcl.erb
+++ b/templates/varnish/zero.inc.vcl.erb
@@ -228,7 +228,7 @@
             if (!req.http.X-Forwarded-By) {
                 set req.http.X-CS = req.http.X-CS2;
             }
-        } else if (req.http.X-CS2 ~ 
"^(250-99|401-01|426-04|436-01|436-04|437-01|515-03|631-02|TESTON)(\|.*)?$") {
+        } else if (req.http.X-CS2 ~ 
"^(250-99|255-03|401-01|426-04|436-01|436-04|437-01|515-03|515-05|631-02|TESTON)(\|.*)?$")
 {
             //
             // Each carrier migrated to the unified design must be moved to 
the vcl_deliver so that analytics stays current
             //
@@ -319,7 +319,8 @@
             // Once analytics is fixed, this will be done for everything
             set req.http.X-CS = req.http.X-CS2;
         } else if (!req.http.X-Forwarded-By || req.http.X-Forwarded-By == 
"Opera") {
-            // Default: Support HTTPS for both DIRECT and OPERA (401-01, 
437-01, 515-03), allows all subnets
+            // Default: Support HTTPS for both DIRECT and OPERA, allows all 
subnets
+            // 255-03, 401-01, 437-01, 515-03, 515-05
             set req.http.X-CS = req.http.X-CS2;
         }
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia6b1794adb0991c0bebf38162b5f76b6d14ba2f9
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yurik <[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