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
+3
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";