]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
mbvd-transport-training - default directory change
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Wed, 13 Jul 2016 12:46:30 +0000 (14:46 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Wed, 13 Jul 2016 12:46:30 +0000 (14:46 +0200)
customer/mbvd-transporter-training/test-www-transporter-training-on-tour-de.pixelpark.net.yaml
customer/mbvd-transporter-training/www-transporter-training-on-tour-de.pixelpark.net.yaml

index ed0029a7c08022303205ef7619bc4f1eb3974530..cd0bfd92fc3b0adf4b36035ee1420c830b7ae736 100644 (file)
@@ -18,7 +18,19 @@ site::profile::drupal::projects:
     ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
     ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
     ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.net-key.pem'
+    use_standard_docroot_directory: false # because of index.html (directoryindex)
     directories:
+      - directory_root:
+        provider: directory
+        path: '/var/www/transporter-training'
+        options:
+          - FollowSymLinks
+          - MultiViews
+        allow_override:
+          - All
+        addhandlers:
+          - { handler: "proxy:unix:/var/run/php5-fpm-transporter-training.sock|fcgi://./" , extensions: '.php' }
+        directoryindex: index.html index.php
       - location1:
         provider: location
         path: '/'
index 4a1d47d7cfe386810f6a2913d87b1564d73efc78..f885e1dd745bc13c710c1854062efb883c2a9437 100644 (file)
@@ -26,3 +26,16 @@ site::profile::drupal::projects:
     ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.net-key.pem'
     user: apache
     mode: '2775'
+    use_standard_docroot_directory: false # because of index.html (directoryindex)
+    directories:
+      - directory_root:
+        provider: directory
+        path: '/var/www/transporter-training'
+        options:
+          - FollowSymLinks
+          - MultiViews
+        allow_override:
+          - All
+        addhandlers:
+          - { handler: "proxy:unix:/var/run/php5-fpm-transporter-training.sock|fcgi://./" , extensions: '.php' }
+        directoryindex: index.html index.php