Andrew 7 months ago
parent
commit
ca89522a90
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      bootstrap/app.php

+ 1
- 0
bootstrap/app.php View File

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