From 1f2028fb13f4624978701337cc5b25f8e566c27a Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 14 May 2022 18:10:38 +0930 Subject: [PATCH] Update trustedproxy.php --- config/trustedproxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/trustedproxy.php b/config/trustedproxy.php index 608e189d5..81cef227e 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -23,5 +23,5 @@ return [ * how many proxies that client's request has * subsequently passed through. */ - 'proxies' => env('TRUST_PROXIES', ''), + 'proxies' => env('TRUST_PROXIES', '*'), ];