1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

replace /path by /path/

This commit is contained in:
siwinter 2021-03-19 17:22:36 +01:00 committed by GitHub
parent d9a8d5c4ce
commit f7232c1d8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
location /mopidy/ws { location /mopidy/ws/ {
# Force usage of https # Force usage of https
if ($scheme = http) { if ($scheme = http) {
@ -15,7 +15,7 @@ location /mopidy/ws {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
} }
location __PATH__ { location __PATH__/ {
# Force usage of https # Force usage of https
if ($scheme = http) { if ($scheme = http) {
@ -30,7 +30,7 @@ location __PATH__ {
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
} }
location /musicbox_webclient { location /musicbox_webclient/ {
# Force usage of https # Force usage of https
if ($scheme = http) { if ($scheme = http) {
@ -45,7 +45,7 @@ location /musicbox_webclient {
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
} }
location /local { location /local/ {
# Force usage of https # Force usage of https
if ($scheme = http) { if ($scheme = http) {