1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Merge pull request #1941 from asonix/asonix/log-preview-media

Don't always explode the TRUST_PROXIES variable
This commit is contained in:
daniel 2020-01-16 22:36:39 -07:00 committed by GitHub
commit f25c9c2c26
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' => explode(',', env('TRUST_PROXIES', '')),
'proxies' => env('TRUST_PROXIES', ''),
];