nginx: do not check port 80 explicitely with monit

This commit is contained in:
Rico 2022-01-04 12:00:50 +01:00
parent 18b2ebbcc0
commit 210eb40aa6
Signed by: stillbeben
GPG key ID: AE1066B5BD0B5041

View file

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