homassistant #56

Merged
kunsi merged 6 commits from homassistant into main 2022-12-24 17:32:39 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit df303b3487 - Show all commits

View file

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