]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
mobile-aem - remove https rewrite
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Wed, 28 Jun 2017 13:25:02 +0000 (15:25 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Wed, 28 Jun 2017 13:25:02 +0000 (15:25 +0200)
customer/mobile-aem/production.yaml

index bc0a5fa4c277403cbe6b6cd9033679ca99c486ef..caebebf0325999f2409a8b5bd34e88618d6090c9 100644 (file)
@@ -113,12 +113,12 @@ infra::profile::aem::publish::pp_vhosts:
         sethandler: dispatcher-handler
         options:
           - FollowSymLinks
-    rewrites:
-      - comment: 'http to https'
-        rewrite_cond:
-          - '%%{ich-trickse}{HTTPS} !=on'
-        rewrite_rule:
-          - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]'
+#    rewrites:
+#      - comment: 'http to https'
+#        rewrite_cond:
+#          - '%%{ich-trickse}{HTTPS} !=on'
+#        rewrite_rule:
+#          - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]'
   motortalk:
     serveraliases:
       - motortalk-de.pixelpark.net
@@ -139,11 +139,11 @@ infra::profile::aem::publish::pp_vhosts:
         options:
           - FollowSymLinks
     rewrites:
-      - comment: 'http to https'
-        rewrite_cond:
-          - '%%{ich-trickse}{HTTPS} !=on'
-        rewrite_rule:
-          - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]'
+#      - comment: 'http to https'
+#        rewrite_cond:
+#          - '%%{ich-trickse}{HTTPS} !=on'
+#        rewrite_rule:
+#          - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]'
       - comment: 'lanugage Rewrite use Env Vars'
         rewrite_rule:
           - '^/$ %%{ich-trickse}{REQUEST_SCHEME}://%%{ich-trickse}{HTTP_HOST}/news.html [R=301,L]'
@@ -167,11 +167,11 @@ infra::profile::aem::publish::pp_vhosts:
         options:
           - FollowSymLinks
     rewrites:
-      - comment: 'http to https'
-        rewrite_cond:
-          - '%%{ich-trickse}{HTTPS} !=on'
-        rewrite_rule:
-          - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]'
+#      - comment: 'http to https'
+#        rewrite_cond:
+#          - '%%{ich-trickse}{HTTPS} !=on'
+#        rewrite_rule:
+#          - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]'
       - comment: 'lanugage Rewrite use Env Vars'
         rewrite_rule:
           - '^/$ %%{ich-trickse}{REQUEST_SCHEME}://%%{ich-trickse}{HTTP_HOST}/beispiel-microsite.html [R=301,L]'