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:
olivierkeke 2022-02-14 14:40:59 +01:00 committed by GitHub
parent 613d6e9176
commit f6df5ee8dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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