puppet/ejabberd/files/htaccess

4 lines
118 B
Text

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