Tags → #nginx
-
yum 安装 nginx 缺少依赖报错
## 错误信息 ```bash [root@localhost sbin]# yum install -y nginx 已加载插件:fastestmirror Loading mirror speed...
-
Nginx 配置 WebSocket 代理
Nginx 配置 WebSocket 代理
-
Linux yum 安装 nginx 踩坑
## 安装命令 `yum install -y nginx` ## 访问nginx报错 1. 403 Forbidden 2. 404 Not Found 在nginx.conf在找到nginx e...