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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能不能告知一下nginx应该如何配置呢 location /api { rewrite ^/api/?(.*)$ /$1 break; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass 代理地址; }
The text was updated successfully, but these errors were encountered:
方式一仅针对项目在vercel上部署的情况,服务器上nginx请参考后台历史中issue的回答
Sorry, something went wrong.
方法一仅针对项目在vercel上部的情况,服务器上nginx请参考后台历史中issue的回答 没有找到其他的issue回答呀
可以提供一下其他的issue吗
hncboy/ai-beehive#71
No branches or pull requests
能不能告知一下nginx应该如何配置呢
location /api {
rewrite ^/api/?(.*)$ /$1 break;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass 代理地址;
}
The text was updated successfully, but these errors were encountered: