Skip to content

Commit

Permalink
NGX-879: Fix nginx service typo
Browse files Browse the repository at this point in the history
  • Loading branch information
combssm committed May 25, 2024
1 parent 1a82f8d commit cb4c9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/services/nginx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
check process nginx with pidfile /var/run/{{ nginx_daemon }}.pid
group nginx
start program = "/bin/systemctl start {{ nginx_daemon }}"
stop program = "/bin/systemctl start {{ nginx_daemon }}"
stop program = "/bin/systemctl stop {{ nginx_daemon }}"
if failed port 80 for 2 cycles then restart
if failed port 443 for 2 cycles then restart

0 comments on commit cb4c9f2

Please sign in to comment.