2024-06-08, 03:59 AM
(2024-05-15, 03:57 PM)TheDreadPirate Wrote: Found this today.
https://jellyfin.org/posts/jellyfin-rele...ng-changes
The last entry in that section.
https://github.com/jellyfin/jellyfin/issues/11540
Try removing this block from your nginx config.
Code: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;
}
I apologize for the very late reply.
Making a backup of my nginx file and removing that block of code then restarting both nginx and jellyfin did not fix my issue.
In fact its like almost nothing happened as it still redirects to "https://sub.domain.com/web/index.html#/home.html"
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