]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
sirona-urlshorter - Add new vhost ecocheck
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Mon, 7 Mar 2016 10:28:39 +0000 (11:28 +0100)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Mon, 7 Mar 2016 10:28:39 +0000 (11:28 +0100)
customer/sirona-url-shorter/production.yaml

index 04a4038b72e14c72cca9faf5afa0aa29cd859ac0..58c3f618300a05a629bf98570993410dee817415 100644 (file)
@@ -52,11 +52,33 @@ site::profile::apache::pp_vhosts:
     ssl: false
     headers: 
       - 'add Access-Control-Allow-Origin "*"'
+  eco-check:
+    servername: ecocheck.cerec.com
+    serveraliases:
+      - prod-sirona-ecocheck.pixelpark.net
+    ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
+    ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.net-key.pem'
+    ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
+    directories:
+      - directory_docroot:
+        provider: 'directory'
+        path: "/var/www/eco-check"
+        addhandlers:
+          - { handler: "proxy:unix:/var/run/php5-fpm-eco-check.sock|fcgi://./" , extensions: '.php' }
+        options:
+          - FollowSymLinks
+          - MultiViews
+        allow_override:
+          - All
+        directoryindex: 'index.php'
 
 site::profile::apache_php::fpm_pool:
   url-shorter:
     listen_owner: apache
     listen_group: apache
+  eco-check:
+    listen_owner: apache
+    listen_group: apache
 
 php::fpm::pools:
   www: