mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07: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
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
|
||||
#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…
Add table
Add a link
Reference in a new issue