nodes: add website checks to nginx vhosts
This commit is contained in:
parent
8cb997133a
commit
a185e027f8
5 changed files with 18 additions and 1 deletions
|
@ -33,6 +33,8 @@ nodes['htz-cloud.luther'] = {
|
|||
'domain': 'luther-ps.kunsmann.eu',
|
||||
'php': True,
|
||||
'extras': True,
|
||||
'website_check_path': '/user/login',
|
||||
'website_check_string': 'Username',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -25,7 +25,10 @@ nodes['htz-cloud.pirmasens'] = {
|
|||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'salonkatrin.de': {},
|
||||
'salonkatrin.de': {
|
||||
'website_check_path': '/',
|
||||
'website_check_url': 'Salon Katrin',
|
||||
},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
|
|
|
@ -23,6 +23,8 @@ nodes['htz-cloud.sewfile'] = {
|
|||
'vhosts': {
|
||||
'sewfile.franzi.business': {
|
||||
'extras': True,
|
||||
'website_check_path': '/accounts/login/',
|
||||
'website_check_string': 'Username',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue