mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 08:44:02 +00:00
Merge pull request #1941 from asonix/asonix/log-preview-media
Don't always explode the TRUST_PROXIES variable
This commit is contained in:
commit
f25c9c2c26
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ return [
|
|||
* how many proxies that client's request has
|
||||
* subsequently passed through.
|
||||
*/
|
||||
'proxies' => explode(',', env('TRUST_PROXIES', '')),
|
||||
'proxies' => env('TRUST_PROXIES', ''),
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue