path: '/var/www/cgi-bin'
ssl_options:
- '+StdEnvVars'
+
- provider: location
path: '/'
auth_type: Digest
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: