From 6fa3ce78a9a038876c141ee3e506ef43f90b9d68 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 10 May 2022 15:56:47 +0200 Subject: [PATCH] fucking fuck nginx --- nginx.conf.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index 66380fd..68653d5 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -139,7 +139,7 @@ http { } location /media/ { - alias /srv/funkwhale/data/media; + alias /srv/funkwhale/data/media/; } location /_protected/media/ { @@ -147,7 +147,7 @@ http { # audio files once correct permission / authentication # has been checked on API side internal; - alias /srv/funkwhale/data/media; + alias /srv/funkwhale/data/media/; } # Comment the previous location and uncomment this one if you're storing @@ -169,7 +169,7 @@ http { } location /staticfiles/ { - alias /srv/funkwhale/data/static; + alias /srv/funkwhale/data/static/; } } }