mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Merge pull request #885 from openbrasil/patch-11
Monit: update nginx.conf
This commit is contained in:
commit
a787ef257d
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
check process nginx with pidfile /var/run/nginx.pid
|
||||
start program = "/etc/init.d/nginx start"
|
||||
stop program = "/etc/init.d/nginx stop"
|
||||
start program = "/usr/bin/systemctl start nginx"
|
||||
stop program = "/usr/bin/systemctl stop nginx"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue