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

Commit21e07cd

Browse files
committed
Fix filepath for Symfony 4.x#12117
1 parent4650062 commit21e07cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎deployment/proxies.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For instance you have ``Custom-Forwarded-Proto`` instead of ``X-Forwarded-Proto`
8585
In this case, you'll need to set the header ``X-Forwarded-Proto`` with the value of
8686
``Custom-Forwarded-Proto`` early enough in your application, i.e. before handling the request::
8787

88-
//web/app.php
88+
//public/index.php
8989

9090
// ...
9191
$_SERVER['HEADER_X_FORWARDED_PROTO'] = $_SERVER['HEADER_CUSTOM_FORWARDED_PROTO'];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp