NGINX

HTTP网络服务器、反向代理、负载均衡器、内容缓存器以及邮件/TCP/UDP代理。

从官方 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

申请详情