Andrew 2 mēnešus atpakaļ
vecāks
revīzija
ca89522a90
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      bootstrap/app.php

+ 1
- 0
bootstrap/app.php Parādīt failu

@@ -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
         //