From f6df5ee8dcfb82a65140b674ace64301d446a567 Mon Sep 17 00:00:00 2001 From: olivierkeke Date: Mon, 14 Feb 2022 14:40:59 +0100 Subject: [PATCH] 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. --- openhab.subdomain.conf.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openhab.subdomain.conf.sample b/openhab.subdomain.conf.sample index fb356a5..0841701 100644 --- a/openhab.subdomain.conf.sample +++ b/openhab.subdomain.conf.sample @@ -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";