Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions openhab.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading