bundles/miniflux: use health check endpoint
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-06-12 10:11:17 +02:00
parent e3578e669c
commit fc5e163fb9
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -51,8 +51,8 @@ def nginx(metadata):
'target': 'http://127.0.0.1:22040',
},
},
'website_check_path': '/',
'website_check_string': 'Username',
'website_check_path': '/healthcheck',
'website_check_string': 'OK',
},
},
},