nginx: do not check port 80 explicitely with monit
This commit is contained in:
parent
18b2ebbcc0
commit
210eb40aa6
1 changed files with 0 additions and 5 deletions
|
@ -22,11 +22,6 @@ defaults = {
|
||||||
'services': {
|
'services': {
|
||||||
'nginx': {
|
'nginx': {
|
||||||
'bin': '/usr/sbin/nginx',
|
'bin': '/usr/sbin/nginx',
|
||||||
'ports': {
|
|
||||||
'80': {
|
|
||||||
'protocol': 'http',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue