自动安装:sudo apt-get install nginx
查看版本:sudo nginx -v
添加防火墙规则(打开80和443端口):sudo ufw allow 'Nginx Full'
配置文件路径:sudo vi /etc/nginx/nginx.conf
重新加载配置:sudo systemctl reload nginx
不重启重新载入配置:sudo service nginx reload
停止服务:sudo service nginx stop
重启服务:sudo service nginx start
网友评论