diff --git a/openhab.subdomain.conf.sample b/openhab.subdomain.conf.sample index bb8b11e1..5c66fd48 100644 --- a/openhab.subdomain.conf.sample +++ b/openhab.subdomain.conf.sample @@ -30,6 +30,8 @@ server { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; + #add_header Set-Cookie X-OPENHAB-AUTH-HEADER=1; + #proxy_set_header Authorization ""; # enable for ldap auth (requires ldap-server.conf in the server block) #include /config/nginx/ldap-location.conf;