Trust proxies

This commit is contained in:
2026-09-16 22:41:03 +02:00
parent ba4b951a69
commit feac0feaeb
+3
View File
@@ -23,6 +23,9 @@ return Application::configure(basePath: dirname(__DIR__))
HandleInertiaRequests::class, HandleInertiaRequests::class,
AddLinkHeadersForPreloadedAssets::class, AddLinkHeadersForPreloadedAssets::class,
]); ]);
$middleware->trustProxies(at: [
'*'
]);
}) })
->withExceptions(function (Exceptions $exceptions): void { ->withExceptions(function (Exceptions $exceptions): void {
// //