From ddb45c65f38917094bdcb76847327a7a38ca4fa1 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 8 Aug 2017 15:41:15 +0200 Subject: [PATCH] sirona-aem - language rewrite SIRONAMAIN-1140 --- customer/sirona-aem/production.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index 605c0f04..44b1c89f 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -1660,6 +1660,11 @@ infra::profile::aem::publish::pp_vhosts: error_documents: - { error_code: 404 , document: "/it-it/error-pages/404.html" } - { error_code: 500 , document: "/it-it/error-pages/500.html" } + - provider: locationmatch + path: '^/fr-fr/' + error_documents: + - { error_code: 404 , document: "/fr-fr/error-pages/404.html" } + - { error_code: 500 , document: "/fr-fr/error-pages/500.html" } rewrites: - comment: 'http to https' rewrite_cond: -- 2.39.5