We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4de7a commit e2534c8Copy full SHA for e2534c8
bootstrap/app.php
@@ -30,13 +30,13 @@
30
],
31
);
32
// TrustProxies middleware for Traefik handling assets over https
33
- $middleware->trustProxies(
+ /* $middleware->trustProxies(
34
at: '*',
35
headers: Request::HEADER_X_FORWARDED_FOR
36
| Request::HEADER_X_FORWARDED_HOST
37
| Request::HEADER_X_FORWARDED_PORT
38
| Request::HEADER_X_FORWARDED_PROTO
39
- );
+ ); */
40
})
41
->withExceptions(function (Exceptions $exceptions) {
42
$exceptions->respond(function (Response $response, Throwable $exception, Request $request) {
0 commit comments