summaryrefslogtreecommitdiff
path: root/apache2/conf-available/local-jabber.conf
blob: 41226e1502eb158839bccef9c4215727bf77b442 (plain)
  1. <Location />
  2. Options MultiViews
  3. DirectoryIndex index
  4. </Location>
  5. AddLanguage da .da
  6. AddDefaultCharset on
  7. AddDefaultCharset UTF-8
  8. # prevent the webserver from beeing used as proxy
  9. <LocationMatch "^[^/]">
  10. Require all denied
  11. </LocationMatch>
  12. <Proxy *>
  13. AddDefaultCharset off
  14. # Require all denied
  15. Require all granted
  16. </Proxy>
  17. <ProxyMatch http://localhost:5280/.*>
  18. Require all granted
  19. </ProxyMatch>
  20. RewriteEngine On
  21. RewriteRule ^/http-bind/ http://127.0.0.1:5280/http-bind/ [P]
  22. RewriteRule ^/http-poll/ http://127.0.0.1:5280/http-poll/ [P]
  23. RewriteRule ^/admin/ http://127.0.0.1:5280/admin/ [P]