monit #4

Merged
stillbeben merged 19 commits from monit into main 2022-01-04 18:25:08 +00:00
Showing only changes of commit d8765f63a5 - Show all commits

View file

@ -18,6 +18,13 @@ defaults = {
'nginx': {
'worker_connections': 768,
},
'monit': {
'services': {
'nginx': {
'bin': '/usr/sbin/nginx',
},
},
},
}