diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-11-05 23:28:32 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-11-05 23:28:32 +0100 |
commit | 88ffe56f0ca868f0a59d44c2175e2ad9a666a3ca (patch) | |
tree | 6438ad472fad66a6833b54da3b4a67d33569a10f /apache2/conf-available | |
parent | eafe5031b55f15ff2c5ff7af9887d6923676e35b (diff) |
Drop unneeded Apache 2.4 config.
Diffstat (limited to 'apache2/conf-available')
-rw-r--r-- | apache2/conf-available/local-jabber.conf | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/apache2/conf-available/local-jabber.conf b/apache2/conf-available/local-jabber.conf deleted file mode 100644 index f564abb..0000000 --- a/apache2/conf-available/local-jabber.conf +++ /dev/null @@ -1,30 +0,0 @@ -<Location /> - Options MultiViews - DirectoryIndex index -</Location> -AddLanguage da .da - -AddDefaultCharset on -AddDefaultCharset UTF-8 - -# prevent the webserver from beeing used as proxy -<LocationMatch "^[^/]"> - Deny from all -</LocationMatch> - -<Proxy *> - AddDefaultCharset off - Order deny,allow -# Deny from all - Allow from all -</Proxy> - -<ProxyMatch http://localhost:5280/.*> - Order deny,allow - Allow from all -</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] |