ubuntu nginx 安装

nginx 安装

sudo apt update
sudo apt install nginx

管理nginx

sudo systemctl status nginx
sudo systemctl start nginx
sudo systemctl stop nginx
sudo systemctl restart nginx
sudo systemctl reload nginx
sudo systemctl enable nginx
sudo systemctl disable nginx

查看nginx配置文件

nginx -t

nginx -s reload

猜你喜欢

转载自www.cnblogs.com/tomtellyou/p/12193452.html