From f7232c1d8ff65137cc36beb31f46cd7def12640f Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 19 Mar 2021 17:22:36 +0100 Subject: [PATCH] replace /path by /path/ --- conf/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0d33d43..2cabe2d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location /mopidy/ws { +location /mopidy/ws/ { # Force usage of https if ($scheme = http) { @@ -15,7 +15,7 @@ location /mopidy/ws { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } -location __PATH__ { +location __PATH__/ { # Force usage of https if ($scheme = http) { @@ -30,7 +30,7 @@ location __PATH__ { include conf.d/yunohost_panel.conf.inc; } -location /musicbox_webclient { +location /musicbox_webclient/ { # Force usage of https if ($scheme = http) { @@ -45,7 +45,7 @@ location /musicbox_webclient { include conf.d/yunohost_panel.conf.inc; } -location /local { +location /local/ { # Force usage of https if ($scheme = http) {