diff --git a/conf/nginx.conf b/conf/nginx.conf index 112ba57..53e98bb 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,9 +1,10 @@ - ######## - ## Jellyfin +######## +## Jellyfin + + location /jellyfin { + return 302 $scheme://$host/jellyfin/; + } - location /jellyfin { - return 302 $scheme://$host/jellyfin/; -} location __PATH__/ { # Proxy main Jellyfin traffic # The / at the end is significant.