Mark Bergsma has submitted this change and it was merged.

Change subject: Remove obsolete comment
......................................................................


Remove obsolete comment

Change-Id: I5a70a86d0a35b7600fbe0d3ac5508e01bd6c0b38
---
M templates/varnish/mobile-frontend.inc.vcl.erb
M templates/varnish/text-frontend.inc.vcl.erb
2 files changed, 0 insertions(+), 5 deletions(-)

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



diff --git a/templates/varnish/mobile-frontend.inc.vcl.erb 
b/templates/varnish/mobile-frontend.inc.vcl.erb
index ead79b8..5f35f4a 100644
--- a/templates/varnish/mobile-frontend.inc.vcl.erb
+++ b/templates/varnish/mobile-frontend.inc.vcl.erb
@@ -43,8 +43,6 @@
        /* Allow purging */
        call vcl_recv_purge;
 
-       /* make absolute URIs relative as to not have to rewrite them too;
-        * do this after vcl_recv_purge, as it operates on a full URI */
        call rewrite_proxy_urls;
 
        /* FIXME: deploy X-Vary-Options support */
diff --git a/templates/varnish/text-frontend.inc.vcl.erb 
b/templates/varnish/text-frontend.inc.vcl.erb
index 623752a..c50262d 100644
--- a/templates/varnish/text-frontend.inc.vcl.erb
+++ b/templates/varnish/text-frontend.inc.vcl.erb
@@ -34,10 +34,7 @@
        /* Allow purging */
        call vcl_recv_purge;
 
-       /* make absolute URIs relative as to not have to rewrite them too;
-        * do this after vcl_recv_purge, as it operates on a full URI */
        call rewrite_proxy_urls;
-
        call mobile_redirect;
        call pass_requests;
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5a70a86d0a35b7600fbe0d3ac5508e01bd6c0b38
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <m...@wikimedia.org>
Gerrit-Reviewer: Mark Bergsma <m...@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