From 1c30710ad73fdff0ff49776edc9a82fded12e751 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Fri, 27 Apr 2018 14:46:50 +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 16e65e17..52d7cbbf 100644 --- a/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml +++ b/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml @@ -34,6 +34,8 @@ infra::profile::apache::pp_vhosts: # # ExpiresActive On # SSLProxyEngine On + proxy_pass: + - { path: /, url: 'https://localhost:9002/' } docroot_owner: apache docroot_group: apache @@ -46,6 +48,7 @@ infra::profile::apache::pp_vhosts: - MultiViews allow_override: - All + - provider: location path: '/' auth_type: Digest @@ -54,8 +57,6 @@ 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