Answers for "how to stop nginx server in linux"

5

stop nginx ubuntu

sudo systemctl start nginx 
sudo systemctl stop nginx 
sudo systemctl restart nginx


sudo service nginx start
sudo service nginx stop
sudo service nginx restart
Posted by: Guest on June-14-2021
-1

stop nginx server

nginx -s stop
Posted by: Guest on June-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language