Andrew hace 2 meses
padre
commit
ca89522a90
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      bootstrap/app.php

+ 1
- 0
bootstrap/app.php Ver fichero

@@ -13,6 +13,7 @@ return Application::configure(basePath: dirname(__DIR__))
13 13
     )
14 14
     ->withMiddleware(function (Middleware $middleware): void {
15 15
         //
16
+        $middleware->trustProxies(at: '*');
16 17
     })
17 18
     ->withExceptions(function (Exceptions $exceptions): void {
18 19
         //