From 835cb24887c6ddf496c1939e4d78114f047281b0 Mon Sep 17 00:00:00 2001 From: Jaiden Date: Sun, 25 May 2025 00:16:12 -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 e924c42..6d29bc3 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: ['*']); }) ->withExceptions(function (Exceptions $exceptions) { //