monit #4
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ defaults = {
|
||||||
'services': {
|
'services': {
|
||||||
'nginx': {
|
'nginx': {
|
||||||
'bin': '/usr/sbin/nginx',
|
'bin': '/usr/sbin/nginx',
|
||||||
|
'ports': {
|
||||||
|
'80': {
|
||||||
|
'protocol': 'http',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue