Remove “traefik” from basic auth realm
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Bruder 2020-02-02 21:37:50 +00:00
parent 87c51f4d43
commit c213740e72
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -20,7 +20,7 @@ Group daemon
DocumentRoot "/srv/www"
<Directory "/srv/www">
AuthName "traefik forward auth"
AuthName "forward auth"
AuthBasicProvider ldap
AuthType Basic