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

Commit64fdcd5

Browse files
TomiSweaverryan
authored andcommitted
Try to fix intendation
1 parentc096852 commit64fdcd5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎cookbook/cache/varnish.rst‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ To ensure Symfony Router generates urls correctly with Varnish, proper ```X-Forw
183183
..code-block::text
184184
185185
sub vcl_recv {
186-
if (req.http.X-Forwarded-Proto == "https" ) {
187-
set req.http.X-Forwarded-Port = "443";
188-
} else {
189-
set req.http.X-Forwarded-Port = "80";
190-
}
191-
}
186+
if (req.http.X-Forwarded-Proto == "https" ) {
187+
set req.http.X-Forwarded-Port = "443";
188+
} else {
189+
set req.http.X-Forwarded-Port = "80"
190+
}
191+
}
192192
193193
..note::
194194

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp