]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
eppendorf add proxy_pass assets ! and add user martin.guenzel
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Wed, 16 May 2018 08:54:39 +0000 (10:54 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Wed, 16 May 2018 08:54:39 +0000 (10:54 +0200)
customer/eppendorf/common.yaml
customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml

index 52e5a7e77295173ca37615aed76c390e4e93644a..62a33409103b76b73724d6aeb80af3a94f8255fe 100644 (file)
@@ -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
index 3203e356c04af9100ad16f6d009dc8892ded655e..3b7fc3595e1a2d02aa6ca98d88a5f6cdf345a384 100644 (file)
@@ -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'