gpt4 book ai didi

nginx 'proxy_pass' 的位置不能有 URI 部分?

转载 作者:行者123 更新时间:2023-12-03 08:50:13 36 4
gpt4 key购买 nike

我有一个 location block 为

location @test{
proxy_pass http://localhost:5000/1;
}

但 nginx 提示 "proxy_pass cannot have URI part in location given by regular expression..."有谁知道可能出了什么问题?

上传完成后,我尝试查询 localhost:5000/1:
location /upload_attachment {
upload_pass @test;
upload_store /tmp;
...
}

最佳答案

尝试省略“/”(URI 部分)并检查。

location @test{
proxy_pass http://localhost:5000;
}

关于nginx 'proxy_pass' 的位置不能有 URI 部分?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21662940/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com