ejabberd: Disable DirectoryIndex in bosh path for Apache 2.4

See https://bz.apache.org/bugzilla/show_bug.cgi?id=53929
This commit is contained in:
Ossi Salmi 2015-06-08 13:06:43 +03:00
parent dc87bed659
commit 29b570ca6b
2 changed files with 6 additions and 5 deletions

View file

@ -1,4 +0,0 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ http://localhost:5280/http-bind/$1 [P,L]
</IfModule>