diff --git a/templates/vhost.conf b/templates/vhost.conf index 112a52e991525933e960e6b32bbacce754e79929..9dc30624f531709d7bd25abc6d1a379973ecee4e 100644 --- a/templates/vhost.conf +++ b/templates/vhost.conf @@ -115,10 +115,8 @@ Require ip {{ ip }} {% endfor %} {% endif %} - <RequireAll> - Require {% if drupal_domain.apache_auth.password is defined %}user {{ drupal_domain.apache_auth.user }}{% else %}all granted{% endif %} + Require {% if drupal_domain.apache_auth.password is defined %}user {{ drupal_domain.apache_auth.user }}{% else %}all granted{% endif %} - </RequireAll> </RequireAny> {% else %} Require user {{ drupal_domain.apache_auth.user }}