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

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', '*'),
];