From b3d79768d48343b64ee4ea2b39a57d02703b6c93 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Fri, 27 Apr 2018 14:56:00 +0200 Subject: [PATCH] eppendorf apache testing --- customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml | 4 ++-- 1 file changed, 2 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 64b88b62..486d44d2 100644 --- a/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml +++ b/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml @@ -18,8 +18,6 @@ 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' @@ -58,6 +56,8 @@ infra::profile::apache::pp_vhosts: auth_digest_algorithm: MD5 auth_user_file: '/etc/httpd/htdigest' auth_require: 'valid-user' + proxy_pass: + - { path: /, url: 'https://localhost:9002/' } - provider: location path: '/admin' -- 2.39.5