mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-01-28 02:52:46 +08:00
Add missing line for authelia authentication
Lines for authelia authentication seems to be missing in the server part of the openhab conf file. This PR are the missing line.
This commit is contained in:
parent
613d6e9176
commit
f6df5ee8dc
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user