From 9b3fc1965dddf5d3a56ef1db67a49d7f6644c08c Mon Sep 17 00:00:00 2001 From: Jaiden Date: Sun, 25 May 2025 00:21:35 -0400 Subject: [PATCH] trust reverse proxies --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 6d29bc3..f002e43 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -22,7 +22,7 @@ return Application::configure(basePath: dirname(__DIR__)) } ) ->withMiddleware(function (Middleware $middleware) { - $middleware->trustProxies(at: ['*']); + $middleware->trustProxies(at: '*'); }) ->withExceptions(function (Exceptions $exceptions) { //