From d6f9e117cf250e434769d757b4e2d6405b75336c Mon Sep 17 00:00:00 2001
From: Philipp Dallig <philipp.dallig@pixelpark.com>
Date: Tue, 25 Jul 2017 18:50:40 +0200
Subject: [PATCH] sirona-aem - it-it error-documents

---
 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 c17825ad..480b9977 100644
--- a/customer/sirona-aem/production.yaml
+++ b/customer/sirona-aem/production.yaml
@@ -1692,6 +1692,11 @@ infra::profile::aem::publish::pp_vhosts:
         error_documents:
           - { error_code: 404 , document: "/de-de/error-pages/404.html" }
           - { error_code: 500 , document: "/de-de/error-pages/500.html" }
+      - provider: locationmatch
+        path: '^/it-it/'
+        error_documents:
+          - { error_code: 404 , document: "/it-it/error-pages/404.html" }
+          - { error_code: 500 , document: "/it-it/error-pages/500.html" }
     rewrites:
       - comment: 'http to https'
         rewrite_cond:
-- 
2.39.5