blob: da78c4ce263ae5db5fb44f8f3eeeed40213bdf85 [file] [log] [blame]
<VirtualHost *:80>
ServerName {{ groups['keycloak'][0] }}
DocumentRoot "/var/www/html"
<Directory /var/www/html>
Options -Indexes +FollowSymLinks
AllowOverride All
</Directory>
</VirtualHost>