从官方 nginx.org 存储库安装 NGINX 网页服务器。
默认位置
- 网站根目录:
/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