首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX 提问指南
广告
V2EX
›
问与答
请教关于 Nginx 反向代理到虚拟目录时如何处理使用
wgdong1001
·
2016-07-07 13:33:44 +08:00
· 2117 次点击
这是一个创建于 3040 天前的主题,其中的信息可能已经有所发展或是发生改变。
location /abc/ {
proxy_pass
http://www.test.com:8083/
;
}
我想实现
访问
http://www.aaaa.com/abc/
代理
http://www.test.com:8083/
现在
http://www.test.com:8083/
上的文件例如
http://www.test.com:8083/test.jpg
连接成了
http://www.aaaa.com/test.jpg
我希望是
http://www.aaaa.com/abc/test.jpg
这个 nginx 如何修改。问下各位懂的。
Nginx
proxy_pass
abc
Location
1 条回复
•
2016-07-07 16:21:20 +08:00
1
roadli
2016-07-07 16:21:20 +08:00
location /abc/ {
proxy_pass
http://www.test.com:8083
;
}
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2577 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 164ms ·
UTC 15:37
·
PVG 23:37
·
LAX 08:37
·
JFK 11:37
Developed with
CodeLauncher
♥ Do have faith in what you're doing.