Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一项服务foo.bar.com,我需要将其移至foo.example.com. 为了给落后者一个赶上的机会,我希望将 Caddy 放在处理的服务器上foo.bar.com并让它代理foo.example.com. 甚至无法获得一个基本的示例,例如:
foo.bar.com
foo.example.com
球童档案
:2015 reverse_proxy https://example.com
这是正确的示例,您没有提供任何调试以及有关您遇到的错误的任何信息。
如果 Web 配置不是 IP 或者您明确告诉这是 http 端点,Caddy 默认需要 https。
所以它应该适合你curl https://localhost:2016/
curl https://localhost:2016/
启用调试并向我们显示任何错误。
为了增加冗长,把它放在你的Caddyfile
Caddyfile
:2015 { log { level DEBUG output stdout } reverse_proxy https://example.com