codeskyblue / gohttpserver

The best HTTP Static File Server, write with golang+vue

Home Page:https://gohttpserver.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx方向代理location问题

jinzt opened this issue · comments

commented

我想让nginx反向代理上加上一个路径 fileserver,根路径有其它占用了,如下:
location /fileserver {
proxy_pass http://127.0.0.1:8200; # here need to change
}

但是访问会有问题
image
我该怎么解决?