diff --git a/conf/nginx.conf b/conf/nginx.conf index 551a5fa..9c464eb 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,3 @@ -location / { - try_files $uri $uri/ =404; -} - ######## ## Jellyfin @@ -9,10 +5,10 @@ location / { return 302 $scheme://$host/jellyfin/; } - location /jellyfin/ { + location __PATH__/ { # Proxy main Jellyfin traffic # The / at the end is significant. - proxy_pass http://127.0.0.1:__PORT__/; + proxy_pass http://127.0.0.1:__PORT____PATH__/; proxy_pass_request_headers on;