Answers for "nginx restart node js"

18

restart nginx

sudo systemctl restart nginx
Posted by: Guest on June-01-2020
0

restart nginx

// The nginx package supplies a /etc/init.d/nginx script that provides the usual start|stop|restart|reload ... functionality.

/etc/init.d/nginx restart

// will restart nginx as will

service nginx restart
Posted by: Guest on February-20-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language