blob: 41226e1502eb158839bccef9c4215727bf77b442 (
plain)
- <Location />
- Options MultiViews
- DirectoryIndex index
- </Location>
- AddLanguage da .da
- AddDefaultCharset on
- AddDefaultCharset UTF-8
- # prevent the webserver from beeing used as proxy
- <LocationMatch "^[^/]">
- Require all denied
- </LocationMatch>
- <Proxy *>
- AddDefaultCharset off
- # Require all denied
- Require all granted
- </Proxy>
- <ProxyMatch http://localhost:5280/.*>
- Require all granted
- </ProxyMatch>
- RewriteEngine On
- RewriteRule ^/http-bind/ http://127.0.0.1:5280/http-bind/ [P]
- RewriteRule ^/http-poll/ http://127.0.0.1:5280/http-poll/ [P]
- RewriteRule ^/admin/ http://127.0.0.1:5280/admin/ [P]
|