2024-09-23, 06:36 PM
(2024-09-23, 04:18 PM)TheDreadPirate Wrote: Starting with 10.9 you need to remove the /web location.This was my exact issue! Thank you so very much!
Code:# location block for /web - This is purely for aesthetics so /web/#!/ works instead of having to go to /web/index.html/#!/
location ~ ^/web/$ {
# Proxy main Jellyfin traffic
proxy_pass http://$jellyfin:8096/web/index.html/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Protocol $scheme;
proxy_set_header X-Forwarded-Host $http_host;
}
My Home Lab
Jellyfin, Pterodactyl, H@H.
CPU: Ryzen 5 5600x
RAM: 64GB HyperX 3600Mhz CL16
GPU: EVGA 2060 Super
Mobo: X470 GAMING PLUS MAX
Other: LSI MegaRaid 9361-8i
Storage:
- 2 Seagate 10TB EXOS X10 SAS
- HGST Ultrastar He8 8TB SATA
- 2 HGST Ultrastar He8 8TB SAS
Jellyfin, Pterodactyl, H@H.
CPU: Ryzen 5 5600x
RAM: 64GB HyperX 3600Mhz CL16
GPU: EVGA 2060 Super
Mobo: X470 GAMING PLUS MAX
Other: LSI MegaRaid 9361-8i
Storage:
- 2 Seagate 10TB EXOS X10 SAS
- HGST Ultrastar He8 8TB SATA
- 2 HGST Ultrastar He8 8TB SAS