From: Philipp Dallig Date: Tue, 27 Jun 2017 12:23:00 +0000 (+0200) Subject: sirona-aem - SIRONAMAIN-1121 enable en-ca X-Git-Tag: v0.1.0~2754^2~4^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1f3926ee530369cb24756b003fa03d8a15f233d7;p=pixelpark%2Fhiera.git sirona-aem - SIRONAMAIN-1121 enable en-ca --- diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index 307c86b5..7dbc8288 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -1636,6 +1636,7 @@ infra::profile::aem::publish::pp_vhosts: - 'Accept-Language ^en-(US|us)$ language=en-us' - 'Accept-Language ^en-(UK|uk)$ language=en-gb' - 'Accept-Language ^en-(GB|gb)$ language=en-gb' + - 'Accept-Language ^en-(CA|ca)$ language=en-ca' - 'Accept-Language ^de language=de-de' headers: - 'add Access-Control-Allow-Origin %%{ich-trickse}{AccessControlAllowOrigin}e env=AccessControlAllowOrigin' @@ -1658,6 +1659,26 @@ infra::profile::aem::publish::pp_vhosts: path: /var/www/html/error_custom/ options: - +Includes + - provider: locationmatch + path: '^/en/' + error_documents: + - { error_code: 404 , document: "/en/error-pages/404.html" } + - { error_code: 500 , document: "/en/error-pages/500.html" } + - provider: locationmatch + path: '^/en-us/' + error_documents: + - { error_code: 404 , document: "/en-us/error-pages/404.html" } + - { error_code: 500 , document: "/en-us/error-pages/500.html" } + - provider: locationmatch + path: '^/en-gb/' + error_documents: + - { error_code: 404 , document: "/en-gb/error-pages/404.html" } + - { error_code: 500 , document: "/en-gb/error-pages/500.html" } + - provider: locationmatch + path: '^/en-ca/' + error_documents: + - { error_code: 404 , document: "/en-ca/error-pages/404.html" } + - { error_code: 500 , document: "/en-ca/error-pages/500.html" } - provider: locationmatch path: '^/de-de/' error_documents: