Andrew 2 달 전
부모
커밋
ca89522a90
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      bootstrap/app.php

+ 1
- 0
bootstrap/app.php 파일 보기

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