Changed ejabberd rewrite proxy from /jabber/ to /bosh/
This commit is contained in:
parent
fb167b59d1
commit
97ca8107c0
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule ^(.*)$ http://localhost:5280/$1 [P]
|
||||
RewriteRule ^(.*)$ http://localhost:5280/http-bind/$1 [P,L]
|
||||
</IfModule>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue