2025-08-10, 01:19 AM
(This post was last modified: 2025-08-10, 01:21 AM by huss. Edited 1 time in total.)
Hi
Can someone please help. originally my jellyfin reverse proxy was in
and now I am trying to follow the above link posted by bitmap and create the file
which will forward requests to Jellyfin and symlink this file to
but when I reload nginx I get the following warnings.
what did i do wrong for this to happen..
also I am not sure f this is right, but I renamed my to
since I thought I would be using the new one in but not sure if that was right either.
Can someone please help. originally my jellyfin reverse proxy was in
Code:
/etc/nginx/conf.d/jellyfin.conf
and now I am trying to follow the above link posted by bitmap and create the file
Code:
/etc/nginx/sites-available/jellyfin
which will forward requests to Jellyfin and symlink this file to
Code:
/etc/nginx/sites-enabled
but when I reload nginx I get the following warnings.
Code:
huss@jellyfin:~$ sudo nginx -t
2025/08/10 11:09:34 [warn] 2987#2987: duplicate value "TLSv1.2" in /etc/letsencrypt/options-ssl-nginx.conf:11
2025/08/10 11:09:34 [warn] 2987#2987: duplicate value "TLSv1.3" in /etc/letsencrypt/options-ssl-nginx.conf:11
2025/08/10 11:09:34 [warn] 2987#2987: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/etc/letsencrypt/live/sub1.example.com/fullchain.pem"
2025/08/10 11:09:34 [warn] 2987#2987: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/etc/letsencrypt/live/sub2.example.com/fullchain.pem"
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
huss@jellyfin:~$
what did i do wrong for this to happen..
also I am not sure f this is right, but I renamed my
Code:
/etc/nginx/conf.d/jellyfin.conf
Code:
/etc/nginx/conf.d/jellyfin.conf.bak
since I thought I would be using the new one in
Code:
/etc/nginx/sites-available/jellyfin
Jellyfin 10.10.7
Debian 12 Bookworm Bare Metal
Intel® Xeon® CPU E5-1650 v3 @ 3.50GHz, 12 cores
128GB Ram
100TB HDD
1gbps nic
Debian 12 Bookworm Bare Metal
Intel® Xeon® CPU E5-1650 v3 @ 3.50GHz, 12 cores
128GB Ram
100TB HDD
1gbps nic