Merge branch 'basic-auth'

This commit is contained in:
Rasmus Werling 2016-05-04 14:16:20 +03:00
commit 05a8674169

View file

@ -23,7 +23,7 @@
AuthName "Restricted Area"
AuthUserFile "{{ vhost.authuserfile }}"
Require valid-user
{% elseif apache_vhosts_version == "2.2" %}
{% elif apache_vhosts_version == "2.2" %}
Order allow,deny
Allow from all
{% else %}