From: Philipp Dallig Date: Mon, 7 Mar 2016 10:28:39 +0000 (+0100) Subject: sirona-urlshorter - Add new vhost ecocheck X-Git-Tag: v0.1.0~5194 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=016fdd6f5e779bc60d223bde7040d66e187a53b2;p=pixelpark%2Fhiera.git sirona-urlshorter - Add new vhost ecocheck --- diff --git a/customer/sirona-url-shorter/production.yaml b/customer/sirona-url-shorter/production.yaml index 04a4038b..58c3f618 100644 --- a/customer/sirona-url-shorter/production.yaml +++ b/customer/sirona-url-shorter/production.yaml @@ -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: