puppet/ejabberd/files/htaccess
2011-07-07 02:23:30 +03:00

4 lines
106 B
Text

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