nginx: check port 80 with monit!

This commit is contained in:
Rico 2022-01-04 11:41:21 +01:00
parent 65871f1d13
commit 1cb94a0d32
Signed by: stillbeben
GPG key ID: AE1066B5BD0B5041

View file

@ -22,6 +22,11 @@ defaults = {
'services': { 'services': {
'nginx': { 'nginx': {
'bin': '/usr/sbin/nginx', 'bin': '/usr/sbin/nginx',
'ports': {
'80': {
'protocol': 'http',
},
},
}, },
}, },
}, },