We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4650062 commit 21e07cdCopy full SHA for 21e07cd
deployment/proxies.rst
@@ -85,7 +85,7 @@ For instance you have ``Custom-Forwarded-Proto`` instead of ``X-Forwarded-Proto`
85
In this case, you'll need to set the header ``X-Forwarded-Proto`` with the value of
86
``Custom-Forwarded-Proto`` early enough in your application, i.e. before handling the request::
87
88
- // web/app.php
+ // public/index.php
89
90
// ...
91
$_SERVER['HEADER_X_FORWARDED_PROTO'] = $_SERVER['HEADER_CUSTOM_FORWARDED_PROTO'];
0 commit comments