gpt4 book ai didi

reverse-proxy - Caddy 重写和重定向

转载 作者:行者123 更新时间:2023-12-05 03:56:35 58 4
gpt4 key购买 nike

我有一个棘手的案例。我想在少数情况下总是重定向。我想在请求 www.myWebsite.com/toto.png 时以及在请求 www.myWebsite.com/titi 或 www.myWebsite.com/TITI 时看到“toto.png”。在所有其他情况下,我想重定向到 www.anotherWebsite.com/。

这里我当前的配置不起作用:/

www.myWebsite.com{
tls server@myWebsite.com
root /var/www/html/
rewrite / /anotherWebsite
rewrite /titi /toto.png
redir /anotherWebsite https://www.anotherWebsite.com/
}

最佳答案

在 Caddy 2 中,这个问题可以更容易地解决:

rewrite /titi /toto.png
route {
file_server /toto.png
redir https://anotherwebsite.com
}

我们正在着陆these improvements下周 Beta 13。

关于reverse-proxy - Caddy 重写和重定向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59252769/

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