Nginx to start, restart, shutdown and upgrade
1、start cd usr/local/nginx/sbin ./nginx 2、restart kill -HUP PID #主进程号或进程号文件路径 #或者使用 cd /usr/local/nginx/sbin ./nginx -s ...
1、start cd usr/local/nginx/sbin ./nginx 2、restart kill -HUP PID #主进程号或进程号文件路径 #或者使用 cd /usr/local/nginx/sbin ./nginx -s ...
The steps for installing the nginx on Ubuntu below. 1、install the packages first. apt-get install gcc apt-get install li...