Andrew 2 месяцев назад
Родитель
Сommit
ca89522a90
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      bootstrap/app.php

+ 1
- 0
bootstrap/app.php Просмотреть файл

13
     )
13
     )
14
     ->withMiddleware(function (Middleware $middleware): void {
14
     ->withMiddleware(function (Middleware $middleware): void {
15
         //
15
         //
16
+        $middleware->trustProxies(at: '*');
16
     })
17
     })
17
     ->withExceptions(function (Exceptions $exceptions): void {
18
     ->withExceptions(function (Exceptions $exceptions): void {
18
         //
19
         //