mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Fix a typo in the proxy configuration
This commit is contained in:
parent
b412616c28
commit
91a8f919de
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' => explode(',', env('TRUST_PROXIES', '')),
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue