From 168e6a23dd2b7a149a0d40d62c2a42263dca1c8e Mon Sep 17 00:00:00 2001 From: john Date: Fri, 4 Apr 2025 22:49:57 +0000 Subject: [PATCH] Update jellyfin This is the version I implemented as prescribed from Google gemini --- jellyfin | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jellyfin b/jellyfin index 932e32a..4228174 100644 --- a/jellyfin +++ b/jellyfin @@ -25,14 +25,15 @@ server { # Comment next line to allow TLSv1.0 and TLSv1.1 if you have very old clients ssl_protocols TLSv1.3 TLSv1.2; - ssl_certificate /etc/letsencrypt/live/example.org/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/example.org/privkey.pem; + ssl_certificate /etc/letsencrypt/live/jellyfin1.solefamily.com/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/jellyfin1.solefamily.com/privkey.pem; include /etc/letsencrypt/options-ssl-nginx.conf; ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; - ssl_trusted_certificate /etc/letsencrypt/live/example.org/chain.pem; + #ssl_trusted_certificate /etc/letsencrypt/live/example.org/chain.pem; + # use a variable to store the upstream proxy - set $jellyfin 127.0.0.1; + set $jellyfin 192.168.50.194; # Security / XSS Mitigation Headers add_header X-Content-Type-Options "nosniff";