trusted proxy

This commit is contained in:
Chimezie Enyinnaya
2024-09-10 10:04:22 +01:00
parent 83205667e7
commit 7b008afab8

View File

@@ -11,7 +11,7 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up',
)
->withMiddleware(function (Middleware $middleware) {
//
$middleware->trustProxies(at: '*');
})
->withExceptions(function (Exceptions $exceptions) {
//