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: '/'
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