会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
苞谷饼
博客园
首页
新随笔
联系
订阅
管理
2022年4月2日
nginx代理中/反斜杠用法
摘要: 一、location和proxy_pass都添加斜杠 (常用) location /v1/ { proxy_pass http://127.0.0.1:8080/; } 实际访问地址:http://127.0.0.1:8080/xx/xxxx 二、location和proxy_pass都不加斜杠 (
阅读全文
posted @ 2022-04-02 17:17 苞谷饼
阅读(1391)
评论(0)
推荐(0)
公告