Fix basic auth on SME9

This commit is contained in:
Daniel Berteaud 2014-04-23 09:30:23 +02:00
parent f1824c1c90
commit 4fce61173d

View File

@ -12,6 +12,7 @@ if ($auth eq 'http'){
SSLRequireSSL on
AuthName "OpenSondage"
AuthType Basic
AuthBasicProvider external
AuthExternal pwauth
Require valid-user
</FilesMatch>