mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-11 19:12:32 +02:00
Merge pull request #424 from olivierkeke/patch-1
Add missing line for authelia authentication
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user