From 43059a63ff88af75d3c2a1a6a375a391f42143b7 Mon Sep 17 00:00:00 2001 From: liberodark Date: Sat, 30 May 2020 21:30:21 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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;