puppet/ejabberd/templates/htaccess.erb

7 lines
207 B
Text

<% if scope.lookupvar('apache::version') == '2.4' -%>
DirectoryIndex disabled
<% end -%>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ http://localhost:5280/http-bind/$1 [P,L]
</IfModule>