bundles/homeassistant: fix website_check
This commit is contained in:
parent
ff8928dd0b
commit
c717e86f70
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ def nginx(metadata):
|
|||
'vhosts': {
|
||||
'homeassistant': {
|
||||
'domain': metadata.get('homeassistant/domain'),
|
||||
'website_check_path': '/',
|
||||
'website_check_string': 'Homeassistant',
|
||||
'website_check_path': '/auth/authorize',
|
||||
'website_check_string': 'Home Assistant',
|
||||
'locations': {
|
||||
'/': {
|
||||
'target': 'http://127.0.0.1:8123',
|
||||
|
|
Loading…
Reference in a new issue