]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
sirona-aem - correct directories structure
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Mon, 28 Aug 2017 08:09:13 +0000 (10:09 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Mon, 28 Aug 2017 08:09:13 +0000 (10:09 +0200)
customer/sirona-aem/development.yaml

index cbef147b85c36bbe2a22a3a4b98ab022ea019476..6d302cff683d11b36237affe0171ec5f29153c72 100644 (file)
@@ -174,19 +174,17 @@ infra::profile::aem::publish::pp_vhosts:
     aliases:
       - { alias: /error_custom/ , path: /var/www/html/error_custom/ }
     directories:
-      - docroot:
-        provider: directory
+      - provider: directory
         path: '/var/www/html/cache/content/test'
         sethandler: dispatcher-handler
         options:
           - FollowSymLinks
-      - error_documents:
-        provider: directory
+      # error_documents:
+      - provider: directory
         path: /var/www/html/error_custom/
         options:
           - +Includes
-      - location1:
-        provider: location
+      - provider: location
         path: '/'
         auth_type: Digest
         auth_name: server
@@ -196,15 +194,13 @@ infra::profile::aem::publish::pp_vhosts:
         auth_require: 'valid-user'
         require:
           - 'env AccessControlAllowOrigin'
-      - de-de:
-        provider: locationmatch
+      - provider: locationmatch
         path: '^/de/'
         error_documents:
           - { error_code: 404 , document: "/de/error-pages/404.html" }
           - { error_code: 500 , document: "/de/error-pages/500.html" }
     rewrites:
-      - language_rewrite:
-        comment: 'lanugage Rewrite use Env Vars'
+      - comment: 'lanugage Rewrite use Env Vars'
         rewrite_rule:
           - '^/$ %%{ich-trickse}{REQUEST_SCHEME}://dev01-publish-sirona.pixelpark.net/%%{ich-trickse}{ENV:language}.html [R=301,L]'