]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
eppendorf add location solr
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Thu, 3 May 2018 09:46:50 +0000 (11:46 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Thu, 3 May 2018 09:46:50 +0000 (11:46 +0200)
customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml

index f65798e7439eef34f90dc8adbac7bc8a5e3f0656..0ef6761550a207047c70812cef9956de2c80dafd 100644 (file)
@@ -46,6 +46,7 @@ infra::profile::apache::pp_vhosts:
         path: '/var/www/cgi-bin'
         ssl_options:
           - '+StdEnvVars'
+
       - provider: location
         path: '/'
         auth_type: Digest
@@ -54,31 +55,44 @@ infra::profile::apache::pp_vhosts:
         auth_digest_algorithm: MD5
         auth_user_file: '/etc/httpd/htdigest'
         auth_require: 'valid-user'
+
       - provider: location
         path: '/admin'
         sethandler: "admin"
+
       - provider: location
         path: '/hmc'
         sethandler: "hmc"
+
       - provider: location
         path: '/cmscockpit'
         sethandler: "cmscockpit"
         proxy_pass:
           - { path: /, url: 'https://localhost:9002/cmscockpit' }
+
       - provider: location
         path: '/medias'
         sethandler: "medias"
         proxy_pass:
           - { path: /, url: 'http://localhost:9001/media' }
+
+      - provider: location
+        path: '/solr'
+        sethandler: "solr"
+        proxy_pass:
+          - { path: /, url: 'http://localhost:8983/solr' }
+
       - provider: location
         path: '/maintainance'
         sethandler: "maintainance"
         require:
           - local
+
       - provider: filesmatch
         path: '\.(cgi|shtml|phtml|php)$'
         ssl_options:
           - '+StdEnvVars'
+
     rewrites:
       - comment: 'frontend root rewrite'
         rewrite_cond: