mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update trustedproxy.php
This commit is contained in:
parent
6d8528175d
commit
1f2028fb13
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ return [
|
||||||
* how many proxies that client's request has
|
* how many proxies that client's request has
|
||||||
* subsequently passed through.
|
* subsequently passed through.
|
||||||
*/
|
*/
|
||||||
'proxies' => env('TRUST_PROXIES', ''),
|
'proxies' => env('TRUST_PROXIES', '*'),
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue