Update nginx.conf

Update to CentOS 7 comand!
This commit is contained in:
WebZation 2016-10-22 02:22:27 -02:00 committed by GitHub
commit 5d97513abc

View file

@ -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"