From: Philipp Dallig Date: Mon, 28 Aug 2017 08:09:13 +0000 (+0200) Subject: sirona-aem - correct directories structure X-Git-Tag: v0.1.0~2515^2~3 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=ad7a0c78fc0af13ffd9a4d14482c94944a4163a5;p=pixelpark%2Fhiera.git sirona-aem - correct directories structure --- diff --git a/customer/sirona-aem/development.yaml b/customer/sirona-aem/development.yaml index cbef147b..6d302cff 100644 --- a/customer/sirona-aem/development.yaml +++ b/customer/sirona-aem/development.yaml @@ -174,19 +174,17 @@ infra::profile::aem::publish::pp_vhosts: aliases: - { alias: /error_custom/ , path: /var/www/html/error_custom/ } directories: - - docroot: - provider: directory + - provider: directory path: '/var/www/html/cache/content/test' sethandler: dispatcher-handler options: - FollowSymLinks - - error_documents: - provider: directory + # error_documents: + - provider: directory path: /var/www/html/error_custom/ options: - +Includes - - location1: - provider: location + - provider: location path: '/' auth_type: Digest auth_name: server @@ -196,15 +194,13 @@ infra::profile::aem::publish::pp_vhosts: auth_require: 'valid-user' require: - 'env AccessControlAllowOrigin' - - de-de: - provider: locationmatch + - provider: locationmatch path: '^/de/' error_documents: - { error_code: 404 , document: "/de/error-pages/404.html" } - { error_code: 500 , document: "/de/error-pages/500.html" } rewrites: - - language_rewrite: - comment: 'lanugage Rewrite use Env Vars' + - comment: 'lanugage Rewrite use Env Vars' rewrite_rule: - '^/$ %%{ich-trickse}{REQUEST_SCHEME}://dev01-publish-sirona.pixelpark.net/%%{ich-trickse}{ENV:language}.html [R=301,L]'