]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
sirona-aem - correct proxy config
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 20 Jun 2017 11:40:32 +0000 (13:40 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 20 Jun 2017 11:40:32 +0000 (13:40 +0200)
customer/sirona-aem/production.yaml

index d331b5fe585df96c48984548dfd42bda9fc075ce..3e0ba01c92bf39ea8d64c726aaddee8bf98e78a3 100644 (file)
@@ -1816,8 +1816,9 @@ infra::profile::aem::author::pp_vhosts:
         rewrite_rule:
           - '^(.*)$ https://prod-sirona-author.pixelpark.net$1 [L,R=301,QSA,NE]'
     proxy_preserve_host: true
-    proxy_pass:
-      - { path: /, url: 'http://localhost:4502/' }
+    no_proxy_uris:
+      - '/error_custom/error.shtml'
+    proxy_dest: 'http://localhost:4502/'
     request_headers_ssl:
       - 'set X-Forwarded-Proto "https"'
       - 'set X-Forwarded-Ssl on'