Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by www.cyberciti.biz #
 
PREVIOUS NEXT
Tagged: #restart #nginx
ADD COMMENT
Topic
Name
7+3 =