auth_require: 'valid-user'
# Apache Author
+site::profile::aem::author::enable_apache: false
site::profile::aem::author::pp_vhosts:
- sirona:
+ sirona-author:
docroot: '/var/www'
+ servername: int-sirona-author.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'
+ rewrites_non_ssl:
+ - https:
+ comment: 'all to https'
+ rewrite_rule:
+ - '^(.*)$ https://int-sirona-author.pixelpark.net$1 [L,R=302]'
+ proxy_pass:
+ - { path: /, url: 'http://localhost:4502/' }
directories:
- docroot:
provider: directory
provider: location
path: '/'
auth_type: Digest
- auth_name: www
+ auth_name: server
auth_digest_provider: file
auth_digest_algorithm: MD5
auth_user_file: '/etc/httpd/htdigest'