Update proxy config to improve behavior and allow compatibility with Safari on MacOS and iOS
Merge request reports
Activity
mentioned in commit 92088688
Which version of nginx has "slice" included? I'm not seeing it in 1.14.
Edited by niaI'm using it in 1.14 on FreeBSD. It came in 1.9.8.
https://nginx.org/en/docs/http/ngx_http_slice_module.html
The advice is from this blog post which does fix the issue with Safari:
https://www.nginx.com/blog/smart-efficient-byte-range-caching-nginx/
However we have recently realized this causes issue for people using local storage instead of S3 because the files aren't chunked, so we're looking for a way to make it compatible with both setups.
Hi all, I've got a brand new install of Pleroma, adapting
installation/pleroma.nginx
to my site.Want to report that setting
proxy_buffering off;
would completely disable saving of media files to the filesystem (confirmed by runningfatrace -f W
), nullifying the performance benefits of running a media proxy.Edited by N. Ninja