From: Philipp Dallig Date: Tue, 18 Oct 2016 19:53:07 +0000 (+0200) Subject: sirona-aem - use locationmatch X-Git-Tag: v0.1.0~3953 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=512cfbe2aa45a9af3a78ca7f51dd1d409f17dc3a;p=pixelpark%2Fhiera.git sirona-aem - use locationmatch --- 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'