2024-10-15, 06:56 PM
(This post was last modified: 2024-10-16, 05:01 AM by jelly55. Edited 1 time in total.)
Many thanks for your help
I will try this tomorrow and give Feedback :smile:
Update 16.10.:
In the morning i moved my old *.conf for jellyfin (/etc/nginx/conf.d/*) to *.bak and created a fresh one with yours.
I adapted the file to my needs (letsencrypt, dhparams, server_name, etc.)
I needed an update because in debian bookworm an elderly one is delivered (1.22.*) so e.g. the "hhtp2 on;" directive wasn't recognized.
After switching to the stable repository i updated my nginx to 1.26.* and "http2 on" is OK.
I had to comment out the line
I haven't set this variable / parameter so "jellyfin" is unknwon for (my) nginx.
Never the less all other options were set so it is working as far as i could test here.
I tested it by using a vivaldi browser in ZorinOS (ubuntu linux 22.04.x) a jellyfin viewer (desktop for linux) as well and plus a fresh Android 15 (Pixel) device.
All seems to be working so far.
Again i thank you very much for your support
I will try this tomorrow and give Feedback :smile:
Update 16.10.:
In the morning i moved my old *.conf for jellyfin (/etc/nginx/conf.d/*) to *.bak and created a fresh one with yours.
I adapted the file to my needs (letsencrypt, dhparams, server_name, etc.)
I needed an update because in debian bookworm an elderly one is delivered (1.22.*) so e.g. the "hhtp2 on;" directive wasn't recognized.
After switching to the stable repository i updated my nginx to 1.26.* and "http2 on" is OK.
I had to comment out the line
Code:
proxy_cache jellyfin;
I haven't set this variable / parameter so "jellyfin" is unknwon for (my) nginx.
Never the less all other options were set so it is working as far as i could test here.
I tested it by using a vivaldi browser in ZorinOS (ubuntu linux 22.04.x) a jellyfin viewer (desktop for linux) as well and plus a fresh Android 15 (Pixel) device.
All seems to be working so far.
Again i thank you very much for your support