在 Twig 中,url() 返回具有“http”模式的绝对路径。
如何在 Twig 中配置 url() 以使用“https://”而不是“http://”?
在我的设置中,CloudFront 终止 SSL 连接并配置为将请求转发到端口 80。没有“Forwarded”标头,只有“Host”标头。 Symfony 将此解释为不安全的连接,并且我找不到覆盖协议的方法。
我在这里找到了解决方案: https://symfony.com/doc/current/deployment/proxies.html#overriding-configuration-behind-hidden-ssl-termination