mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Update homeassistant.subdomain.conf.sample
This commit is contained in:
parent
68f98b0ab8
commit
33bd14b797
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ server {
|
||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
|
resolver 127.0.0.11 valid=30s;
|
||||||
set $upstream_app homeassistant;
|
set $upstream_app homeassistant;
|
||||||
set $upstream_port 8123;
|
set $upstream_port 8123;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue