From 4d75a2485cdfbc5706612a73b9503abe0401f4f7 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Fri, 27 Apr 2018 14:48:12 +0200 Subject: [PATCH] eppendorf apache testing --- customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml | 5 +++-- 1 file changed, 3 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 52d7cbbf..07cb1c18 100644 --- a/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml +++ b/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml @@ -18,6 +18,9 @@ infra::profile::apache::pp_vhosts: ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem' ssl_proxyengine: On proxy_preserve_host: On + proxy_pass: + - { path: /, url: 'https://localhost:9002/' } + setenvifnocase: - 'Request_URI \.(?:gif|jpe?g|png)$ no-gzip' - 'Request_URI \.(?:gif|jpe?g|png)$ dont-vary' @@ -34,8 +37,6 @@ infra::profile::apache::pp_vhosts: # # ExpiresActive On # SSLProxyEngine On - proxy_pass: - - { path: /, url: 'https://localhost:9002/' } docroot_owner: apache docroot_group: apache -- 2.39.5