From 54b60763090d1152a03a41e065f27780837bcaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Haas?= <juergen.haas@lakedrops.com> Date: Fri, 22 Nov 2019 12:36:47 +0100 Subject: [PATCH] Also remove RequireAll for the "normal" user --- templates/vhost.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/vhost.conf b/templates/vhost.conf index 112a52e..9dc3062 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 }} -- GitLab