We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f962e9a + 8a4a1ad commit 2dae494Copy full SHA for 2dae494
cookbook/routing/scheme.rst
@@ -25,7 +25,7 @@ the URI scheme via schemes:
25
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
27
28
- <route id="secure" path="/secure" schemes="http">
+ <route id="secure" path="/secure" schemes="https">
29
<default key="_controller">AcmeDemoBundle:Main:secure</default>
30
</route>
31
</routes>
0 commit comments