- 精华
- 阅读权限
- 110
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2016-2-17
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2024-11-20 21:25:33
|
显示全部楼层
先看第一张图,按网站,点添加站点,照着图234输进去,然后确定
再看第二张图,点一下192.168.200.128:8090,把放跨站攻击关上,再按配置文件
最后看第三张图,把
location /{
try_files $uri $uri/ /index.html;
}
location /prod-api/ {
proxy_pass http://192.168.200.128:8089/;
proxy_set_header Host $host;
proxy_set_header X-Real-192.168.200.128 $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
全部复制,在51处空白粘贴进去,保存
最后去软件商店把nginx和php7.4重载配置,重启
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
x
|