From 650b6f4e5e4bdf457fb695a5be57ae342e56ca0b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Sun, 8 Dec 2019 23:07:34 +0100 Subject: [PATCH] fix embed url --- conf/nginx.conf | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d8c830f..e97c789 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -18,7 +18,7 @@ location /front/ { location /front/embed.html { more_set_headers X-Frame-Options "ALLOW"; - alias __FINALPATH__/front/dist/embed.html; + alias __FINALPATH__/code/front/dist/embed.html; } location /federation/ { diff --git a/manifest.json b/manifest.json index cb9f466..7989a4a 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "A modern, convivial and free music server" }, - "version": "0.20.1~ynh5", + "version": "0.20.1~ynh6", "url": "https://funkwhale.audio", "license": "AGPL-3.0-or-later", "maintainer": {