Skip to content

Commit 2139da7

Browse files
committed
With trusted proxy setting
1 parent a69130a commit 2139da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jccp/bootstrap/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
health: '/up',
1212
)
1313
->withMiddleware(function (Middleware $middleware) {
14-
//
14+
$middleware->trustProxies(at: '*');
1515
})
1616
->withExceptions(function (Exceptions $exceptions) {
1717
//

0 commit comments

Comments
 (0)