From 98de07f107e4476d9fea395c7d1946c43441fb7a Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Wed, 16 May 2018 10:54:39 +0200 Subject: [PATCH] eppendorf add proxy_pass assets ! and add user martin.guenzel --- customer/eppendorf/common.yaml | 7 +++++++ customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/customer/eppendorf/common.yaml b/customer/eppendorf/common.yaml index 52e5a7e7..62a33409 100644 --- a/customer/eppendorf/common.yaml +++ b/customer/eppendorf/common.yaml @@ -17,6 +17,13 @@ accounts::users: comment: "Detlef Gaisser" groups: - hybris + martin.guenzel: + shell: "bash" + apply: true + sudo: true + comment: "Martin Guenzel" + groups: + - hybris hybris: uid: 61000 group: hybris diff --git a/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml b/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml index 3203e356..3b7fc359 100644 --- a/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml +++ b/customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml @@ -19,14 +19,15 @@ infra::profile::apache::pp_vhosts: # Damit es ohne gültiges Backend Certificate funktioniert custom_fragment: | SSLProxyVerify none - SSLProxyCheckPeerCN off - SSLProxyCheckPeerName off + SSLProxyCheckPeerCN off + SSLProxyCheckPeerName off # SSLProxyEngine On ssl_proxyengine: true # ProxyPreserveHost On proxy_preserve_host: true # ProxyPass Settings (geht auch in Locations) proxy_pass: + - { path: /assets, url: '!' } - { path: /, url: 'https://localhost:9002/' } setenvif: - 'HTTPS on HTTPS=on' -- 2.39.5