Skip to content

Commit ccd1dd4

Browse files
Maximilian Reichelweaverryan
Maximilian Reichel
authored andcommitted
Update varnish.rst
fixed missing semicolon
1 parent 5fa5d39 commit ccd1dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/cache/varnish.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ absolute URLs:
196196
if (req.http.X-Forwarded-Proto == "https" ) {
197197
set req.http.X-Forwarded-Port = "443";
198198
} else {
199-
set req.http.X-Forwarded-Port = "80"
199+
set req.http.X-Forwarded-Port = "80";
200200
}
201201
}
202202

0 commit comments

Comments
 (0)