Update trustedproxy.php

This commit is contained in:
Shlee 2022-05-14 18:10:38 +09:30 committed by GitHub
parent 6d8528175d
commit 1f2028fb13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ return [
* how many proxies that client's request has
* subsequently passed through.
*/
'proxies' => env('TRUST_PROXIES', ''),
'proxies' => env('TRUST_PROXIES', '*'),
];