2024-10-15, 06:15 AM
(This post was last modified: 2024-10-15, 07:29 AM by jelly55. Edited 2 times in total.)
I am using jellyfin server behind a NGinx Reverse Proxy so i can use port 80/443 and a http://URI instead of http://URI:8096 / https://URI:8920.
All is working so far but i found this post concerning emby to limit the bandwith for download speed.
-> https://emby.media/community/index.php?/...oad-speed/
What is nescessary to adapt this to jellyfin?
What is the correct path for the download limits for jellyfin?
This help page
https://jellyfin.org/docs/general/networking/nginx/
does not help with this purpose ...
All is working so far but i found this post concerning emby to limit the bandwith for download speed.
-> https://emby.media/community/index.php?/...oad-speed/
What is nescessary to adapt this to jellyfin?
Code:
Is it enough to change the path from
# Bandwith limit (inside server block) location ~ /emby/Items/(.*)/Download$ {
What is the correct path for the download limits for jellyfin?
This help page
https://jellyfin.org/docs/general/networking/nginx/
does not help with this purpose ...