diff --git a/bootstrap/app.php b/bootstrap/app.php index e5afb84..19f24d2 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -23,6 +23,7 @@ return Application::configure(basePath: dirname(__DIR__)) Request::HEADER_X_FORWARDED_PROTO | Request::HEADER_X_FORWARDED_AWS_ELB ); + $middleware->trustProxies(at: '*'); }) ->withExceptions(function (Exceptions $exceptions) { //