2024-03-27, 02:47 PM
(This post was last modified: 2024-03-27, 02:50 PM by TheDreadPirate. Edited 2 times in total.)
Code:
location ~ (/jellyfin)?/socket/ {
Is this what you actually have in the SWAG config? It should be
Code:
location ~ (/socket/ {
Also, in your DNS is "jellyfin" resolving to your jellyfin server? Try putting your container/host IP instead of "jellyfin" for the proxy pass.