From 512cfbe2aa45a9af3a78ca7f51dd1d409f17dc3a Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 18 Oct 2016 21:53:07 +0200 Subject: [PATCH] sirona-aem - use locationmatch --- customer/sirona-aem/production.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index a72604f4..5b45d884 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -399,6 +399,21 @@ site::profile::aem::publish::pp_vhosts: sethandler: dispatcher-handler options: - FollowSymLinks + - fr-fr: + provider: locationmatch + path: '^/fr-fr/' + error_documents: + - { error_code: 404 , document: "/fr-fr/error-pages/404.html" } + - es-es: + provider: locationmatch + path: '^/es-es/' + error_documents: + - { error_code: 404 , document: "/es-es/error-pages/404.html" } + - it-it: + provider: locationmatch + path: '^/it-it/' + error_documents: + - { error_code: 404 , document: "/it-it/error-pages/404.html" } rewrites: - language_rewrite: comment: 'lanugage Rewrite use Env Vars' -- 2.39.5