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

View File

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