From ad7a0c78fc0af13ffd9a4d14482c94944a4163a5 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 28 Aug 2017 10:09:13 +0200 Subject: [PATCH] sirona-aem - correct directories structure --- customer/sirona-aem/development.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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]' -- 2.39.5