nginx方向代理location问题
jinzt opened this issue · 0 comments
jinzt commented
我想让nginx反向代理上加上一个路径 fileserver,根路径有其它占用了,如下:
location /fileserver {
proxy_pass http://127.0.0.1:8200; # here need to change
}
jinzt opened this issue · 0 comments
我想让nginx反向代理上加上一个路径 fileserver,根路径有其它占用了,如下:
location /fileserver {
proxy_pass http://127.0.0.1:8200; # here need to change
}