2025-04-10, 12:50 PM
(This post was last modified: 2025-04-10, 12:51 PM by TheDreadPirate.)
Disable cache assets. It does not benefit Jellyfin, consumes a lot of memory, and can cause weird behaviors.
The content of your advanced tab came from our documentation, which we have since updated. Remove everything in the advanced tab except the top two lines.
The content of your advanced tab came from our documentation, which we have since updated. Remove everything in the advanced tab except the top two lines.
Code:
# Disable buffering when the nginx proxy gets very resource heavy upon streaming
proxy_buffering off;