我想迁移我的网站(使用symfony框架构建),该网站目前是http。如何将其完全迁移到https版本。我是否必须强制所有http路由到https。如何将资产网址更改为https?
答案 0 :(得分:0)
您需要更改路由,
你需要添加
schemes: [https]
你的yml路由文件中的
https://symfony.com/doc/current/routing/scheme.html https://symfony.com/doc/current/security/force_https.html