grav image: Howto redirect HTTP --> HTTPS #205
-
Hi all! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you can try setting The Docker images I'm sharing are meant to provide a PHP environment for running systems or frameworks built with PHP. If you have questions about specific configurations for a particular framework, I believe it's best to refer to the documentation provided by that framework. |
Beta Was this translation helpful? Give feedback.
@tbr66
I think you can try setting
force_ssl: true
inuser/config/system.yaml
as suggested in Grav’s official documentation.https://learn.getgrav.org/17/security/configuration#system-configuration-user-config-system-yaml
The Docker images I'm sharing are meant to provide a PHP environment for running systems or frameworks built with PHP. If you have questions about specific configurations for a particular framework, I believe it's best to refer to the documentation provided by that framework.