We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
我想让nginx反向代理上加上一个路径 fileserver,根路径有其它占用了,如下: location /fileserver { proxy_pass http://127.0.0.1:8200; # here need to change }
但是访问会有问题 我该怎么解决?
The text was updated successfully, but these errors were encountered:
b5bd677
No branches or pull requests
我想让nginx反向代理上加上一个路径 fileserver,根路径有其它占用了,如下:
location /fileserver {
proxy_pass http://127.0.0.1:8200; # here need to change
}
但是访问会有问题
我该怎么解决?
The text was updated successfully, but these errors were encountered: