Answers for "install nginx with commandline windows"

6

install nginx

sudo apt-get update
sudo apt-get -y install nginx
Posted by: Guest on October-20-2020
1

nginx windows commands

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
Posted by: Guest on July-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language