From ee2f3eb523953df21a648f2ad06eec1ff35be2cf Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 9 Jun 2020 12:36:47 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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.