Merge pull request #424 from olivierkeke/patch-1

Add missing line for authelia authentication
This commit is contained in:
Roxedus 2022-07-01 04:08:37 -07:00 committed by GitHub
commit e29af979d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,9 @@ server {
# enable for ldap auth, fill in ldap details in ldap.conf
#include /config/nginx/ldap.conf;
# enable for Authelia
#include /config/nginx/authelia-server.conf;
location / {
# enable the next two lines for http auth
#auth_basic "Restricted";