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:
parent
d9a8d5c4ce
commit
f7232c1d8f
1 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue