Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a4a1ad

Browse filesBrowse files
committed
Fixed scheme in XML format
1 parent f962e9a commit 8a4a1ad
Copy full SHA for 8a4a1ad

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/routing/scheme.rst

Copy file name to clipboardExpand all lines: cookbook/routing/scheme.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the URI scheme via schemes:
2525
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2626
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
2727
28-
<route id="secure" path="/secure" schemes="http">
28+
<route id="secure" path="/secure" schemes="https">
2929
<default key="_controller">AcmeDemoBundle:Main:secure</default>
3030
</route>
3131
</routes>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.