提问人:tudopropaganda 提问时间:9/15/2023 更新时间:9/15/2023 访问量:6
无法在 VPS / Webuzo 面板 / Apache / Passenger 中将 Flask 重定向到外部链接
Unable to do a Flask redirect to external link in VPS / Webuzo Panel / Apache / Passenger
问:
我有一条路线:
@app.route('/redirect_google2')
def redirect_google2():
return redirect(f"https://www.google.com/search?q=teste")
在我的电脑中,我当然可以访问并被重定向。
但是在我的 Linux Ubuntu VPS / Webuzo 面板 / 使用 Apache 和 Passenger 中,我不能。
目的地是(错误):https://myurl.com.br/search?q=teste
因为它应该去:https://www.google.com/search?q=teste
我不知道它是否与apache有关还是什么?请问,有人可以帮忙吗?
在路线上尝试了很多修改。但我怀疑这是另一个问题,与 vps(服务器的配置)本身有关。
答: 暂无答案
评论