From 9b4d2192ea6698e97669465c7d491c3b40ffd39b Mon Sep 17 00:00:00 2001 From: Joao Patricio Date: Wed, 31 May 2023 19:48:05 +0100 Subject: [PATCH] Trust proxies, because behind reverse proxy --- app/Http/Middleware/TrustProxies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 3391630..559dd2f 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -12,7 +12,7 @@ class TrustProxies extends Middleware * * @var array|string|null */ - protected $proxies; + protected $proxies = '*'; /** * The headers that should be used to detect proxies.