首页
技术
登录
6mi
u
盘
搜
搜 索
技术
Nginx路径重写
Nginx路径重写
技术
2022-07-13
83
location /api/gj/ { rewrite ^/api/gj/(.*) /$1 break; proxy_pass http://127.0.0.1:18999; }
说明,去除/api/jg/,并代理到新的服务器地址,此时代理服务获取到的请求地址没有/api/gj/前缀
www.pingchas.com
it.pingchas.com
转载请注明原文地址:https://ipadbbs.8miu.com/read-24620.html
最新回复
(
0
)