2024-09-03, 01:09 PM
(This post was last modified: 2024-09-03, 01:10 PM by TheDreadPirate. Edited 1 time in total.)
Bad gateway means that Nginx couldn't reach the upstream service/host (Jellyfin)
Comment out this block.
Also, you shouldn't be adding "/web/" to the end of the Jellyfin URL.
Comment out this block.
Code:
location = / {
#return 302 http://$host/web/;
return 302 https://$host/web/;
}
Also, you shouldn't be adding "/web/" to the end of the Jellyfin URL.