From 6c4046980dc4610a945ea7839ae9728284bd6487 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 20 Jun 2017 13:40:32 +0200 Subject: [PATCH] sirona-aem - correct proxy config --- customer/sirona-aem/production.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index d331b5fe..3e0ba01c 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -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' -- 2.39.5