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 a69130a commit 2139da7Copy full SHA for 2139da7
jccp/bootstrap/app.php
@@ -11,7 +11,7 @@
11
health: '/up',
12
)
13
->withMiddleware(function (Middleware $middleware) {
14
- //
+ $middleware->trustProxies(at: '*');
15
})
16
->withExceptions(function (Exceptions $exceptions) {
17
//
0 commit comments