Added support for ejabberd web interface
This commit is contained in:
parent
4855c4111e
commit
e98a929347
4 changed files with 40 additions and 1 deletions
4
ejabberd/files/htaccess
Normal file
4
ejabberd/files/htaccess
Normal file
|
@ -0,0 +1,4 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule ^(.*)$ http://localhost:5280/$1 [P]
|
||||
</IfModule>
|
Loading…
Add table
Add a link
Reference in a new issue