Skip to content
Snippets Groups Projects
Commit 9bbf2698 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix Apache 2.4 configuration

parent 94a6d5f4
Branches
No related tags found
No related merge requests found
......@@ -31,8 +31,12 @@
AuthUserFile {{ webRoot }}/passwords/{{ item.apache_auth.user }}
Require user {{ item.apache_auth.user }}
{% else %}
{% if apache_version == '2.2' %}
Order allow,deny
allow from all
{% else %}
Require all granted
{% endif %}
{% endif %}
</Directory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment