bundles/homeassistant: set websockets=True in nginx config
This commit is contained in:
parent
edeffee5c2
commit
df303b3487
2 changed files with 5 additions and 4 deletions
|
@ -58,6 +58,7 @@ def nginx(metadata):
|
|||
'locations': {
|
||||
'/': {
|
||||
'target': 'http://127.0.0.1:8123',
|
||||
'websockets': True,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue