change stats auth to RequireAny

This commit is contained in:
Matthew Saunders Brown 2022-07-21 09:13:02 -07:00
parent 070f07635a
commit 7197d9379e

View File

@ -87,7 +87,10 @@
AuthName "Usage Statistics for $vhost"
AuthBasicProvider external
AuthExternal pwauth
Require user $username
<RequireAny>
Require ip 127.0.0.1
Require user $username
</RequireAny>
</Location>
</VirtualHost>
</Macro>