]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
sirona-aem - use locationmatch
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 18 Oct 2016 19:53:07 +0000 (21:53 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 18 Oct 2016 19:53:07 +0000 (21:53 +0200)
customer/sirona-aem/production.yaml

index a72604f4bb5f89840b81e17143dd01869ed43552..5b45d884c289db759b2430bb0ded4bb88c8e1714 100644 (file)
@@ -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'