From 377f2a90dad1ac5d0d8f7fe3b1115d1653cc936c Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Fri, 27 Apr 2018 15:13:37 +0200 Subject: [PATCH] eppendorf apache testing --- .../dev-eppen-01-hy01.pixelpark.net.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml b/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml index c19c30ef..9ec3592d 100644 --- a/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml +++ b/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml @@ -17,9 +17,20 @@ infra::profile::apache::pp_vhosts: ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.net-key.pem' ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem' ssl_proxyengine: On - proxy_preserve_host: On + proxy_preserve_host: true + proxy_pass: - - { path: /, url: 'https://localhost:9002/' } + - path: '/' + url: 'https://localhost:9002/' + reverse_cookies: + - path: '/yb2bacceleratorstorefront' + url: '/' + +# proxy_pass: +# - { path: /, url: 'https://localhost:9002/' } + + setenvif: + - 'HTTPS on HTTPS=on' setenvifnocase: - 'Request_URI \.(?:gif|jpe?g|png)$ no-gzip' -- 2.39.5