Update jellyfin
This is the version I implemented as prescribed from Google gemini
This commit is contained in:
9
jellyfin
9
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";
|
||||
|
||||
Reference in New Issue
Block a user