gpt4 book ai didi

ssl - 如何为整个站点强制使用 https

转载 作者:太空宇宙 更新时间:2023-11-03 15:10:05 25 4
gpt4 key购买 nike

我已经看到要强制使用 https,我可以使用注释、php、yaml 或 xml 配置,但这是针对每个 Controller 的。

我的站点使用注释定义路由,那么,有没有办法为整个站点设置 https 方案?我不想编辑源代码并遍历所有 Controller 以添加 https 作为方案。

我发现了一些关于 Symfony 2 的信息。

最佳答案

假设您已经在 config 项目文件夹中有一个 routes.yaml 文件,只需添加以下内容(如果您有不止一个):

#index:
# path: /
# defaults: { _controller: 'App\Controller\DefaultController::index' }
_controllers:
resource: ../src/YourControllerFolder/
type: annotation
schemes: "https" <--- this line

来自文档:

This configuration will load annotations from any controller stored inside the src/Controller/ directory and even from its subdirectories. So if your application defines lots of controllers, it's perfectly ok to reorganize them into subdirectorie

Routing Configuration Reference

关于ssl - 如何为整个站点强制使用 https,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52598178/

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