Skip to content

Commit

Permalink
Reload nginx gracefully virtualmin/virtualmin-gpl#613
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Aug 13, 2023
1 parent 604c889 commit 8c1d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-Ubuntu-Linux-18.04-ALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nginx_config=/etc/nginx/nginx.conf
nginx_cmd=/usr/sbin/nginx
start_cmd=systemctl start nginx
stop_cmd=systemctl stop nginx
apply_cmd=systemctl restart nginx
apply_cmd=systemctl reload nginx
add_to=/etc/nginx/sites-available
add_link=/etc/nginx/sites-enabled
child_procs=4
Expand Down

0 comments on commit 8c1d883

Please sign in to comment.