Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitbc76dbc

Browse files
committed
Use https for xsd
1 parent069cdeb commitbc76dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎http_cache/ssi.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ First, to use SSI, be sure to enable it in your application configuration:
6464
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6565
xmlns:framework="http://symfony.com/schema/dic/symfony"
6666
xsi:schemaLocation="http://symfony.com/schema/dic/services
67-
http://symfony.com/schema/dic/services/services-1.0.xsd
67+
https://symfony.com/schema/dic/services/services-1.0.xsd
6868
http://symfony.com/schema/dic/symfony
69-
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
69+
https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
7070
7171
<framework:config>
7272
<framework:ssienabled="true"/>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp