从官方 nginx.org 存储库安装 NGINX Web 服务器。
默认位置
- 网络根:
/usr/share/nginx/html - 配置:
/etc/nginx/nginx.conf和/etc/nginx/conf.d - 日志:
/var/log/nginx/
使用权
打开浏览器: http://<server-ip>/
服务控制命令
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx