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.
现在已经采用了 Caddy,它默认设置为 https,并且要求域名可以从 Internet 路由。在只有 http 而不能从 Internet 访问的 Intranet 上运行的正确设置是什么?
要在没有 HTTPS 的情况下提供内部主机名,您可以通过专门指定 HTTP 来禁用 HTTPS:
http://internal ... # rest of your Caddyfile goes here