Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

stop nginx

sudo systemctl stop nginx
Comment

stop nginx

sudo service nginx restart
Comment

stop nginx

sudo systemctl start nginx
Comment

stop nginx

# stops nginx
sudo systemctl stop nginx

# starts nginx
sudo systemctl start nginx
Comment

nginx stop on windows

nginx -s stop	#fast shutdown
nginx -s quit	#graceful shutdown
nginx -s reload	#changing configuration, starting new worker processes with a new configuration, graceful shutdown of old worker processes
nginx -s reopen	#re-opening log files
Comment

windows nginx stop

nginx.exe -s quit
Comment

stop nginx server

nginx -s stop
Comment

PREVIOUS NEXT
Code Example
Shell :: gif to webm ffmpeg 
Shell :: install bootstrap scss 
Shell :: optimize github repo 
Shell :: intsall ifconfig mac os 
Shell :: get current branch name git 
Shell :: git see current commit message 
Shell :: git set origin 
Shell :: zsh: command not found: npm 
Shell :: vim jump to line number 
Shell :: How to install npm in centos 
Shell :: navigate to a directory linux 
Shell :: makefile ifeq or 
Shell :: how to install httrack in kali linux 
Shell :: how to pull remote branch into local branch 
Shell :: how to enable port 80 in ubuntu 
Shell :: iptable port forward 
Shell :: update ubuntu 20 to 22 
Shell :: slugify npm 
Shell :: how to install terraform macos 
Shell :: depmod: not found 
Shell :: chocolatey installation 
Shell :: using tar 
Shell :: list all user ubuntu server 
Shell :: linux login to github via git 
Shell :: run flask app from command line 
Shell :: git remote add upstream 
Shell :: powershell pc battery command 
Shell :: when was kali linux released 
Shell :: how to set default editor in git 
Shell :: add image to readme 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =