mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 13:31:32 -07:00
Merge pull request #424 from olivierkeke/patch-1
Add missing line for authelia authentication
This commit is contained in:
commit
e29af979d6
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ server {
|
||||||
# enable for ldap auth, fill in ldap details in ldap.conf
|
# enable for ldap auth, fill in ldap details in ldap.conf
|
||||||
#include /config/nginx/ldap.conf;
|
#include /config/nginx/ldap.conf;
|
||||||
|
|
||||||
|
# enable for Authelia
|
||||||
|
#include /config/nginx/authelia-server.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# enable the next two lines for http auth
|
# enable the next two lines for http auth
|
||||||
#auth_basic "Restricted";
|
#auth_basic "Restricted";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue