agaric-coop/box/provisioning/roles/geerlingguy.adminer/templates/adminer.conf.j2

10 lines
235 B
Text
Raw Normal View History

Alias /adminer "{{ adminer_install_dir }}/adminer.php"
<Directory "{{ adminer_install_dir }}">
{% if apache_vhosts_version == "2.2" %}
Order allow,deny
Allow from all
{% else %}
Require all granted
{% endif %}
</Directory>