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
1 changed files with 5 additions and 0 deletions

View File

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