mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-20 11:00:23 +01:00
Merge branch 'basic-auth'
This commit is contained in:
commit
05a8674169
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue