bundles/miniflux: use health check endpoint
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
e3578e669c
commit
fc5e163fb9
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ def nginx(metadata):
|
||||||
'target': 'http://127.0.0.1:22040',
|
'target': 'http://127.0.0.1:22040',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'website_check_path': '/',
|
'website_check_path': '/healthcheck',
|
||||||
'website_check_string': 'Username',
|
'website_check_string': 'OK',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue