bundles/homeassistant: set websockets=True in nginx config

This commit is contained in:
Franzi 2022-12-22 20:01:35 +01:00
parent edeffee5c2
commit df303b3487
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 5 additions and 4 deletions

View file

@ -58,6 +58,7 @@ def nginx(metadata):
'locations': {
'/': {
'target': 'http://127.0.0.1:8123',
'websockets': True,
},
},
},