ssl_ca: '/etc/pki/tls/certs/spk-root-ca.pem'
ssl_verify_depth: '2'
directories:
- - location1:
- provider: location
+ - directory_root:
+ provider: directory
+ path: '/var/www/stundenplan/web'
+ addhandlers:
+ - { handler: "proxy:unix:/var/run/php5-fpm-stundenplan.sock|fcgi://./" , extensions: '.php' }
+ options:
+ - FollowSymLinks
+ - MultiViews
+ allow_override:
+ - All
+ directoryindex: 'index.php'
+ - provider: location
path: '/'
auth_type: Digest
auth_name: server
auth_require: 'valid-user'
require:
- local
- - location2:
- provider: location
+ - provider: location
path: '/wp-admin'
auth_type: Digest
auth_name: server2