Missing $OUT statement

This commit is contained in:
Daniel Berteaud 2016-06-06 12:00:30 +02:00
parent adf314984c
commit 6f1a91c51d
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ if ($auth =~ m/^Basic$/i){
$require = "Require ldap-group ";
$require .= "cn=$_,ou=Groups,$base " foreach(@groups);
}
$OUT .=<<"EOF";
SetEnvIf %{Request_URI} "^/\.well\-known/acme\-challenge" granted=1
<Location />