From 9bf5396b09b78ae2bb8c58bf104cfe26dcd5c876 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 28 Aug 2022 18:39:50 -0600 Subject: [PATCH] fixed 404 --- conf/nginx.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c64b7b1..9d4a737 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,12 +13,8 @@ location / { include conf.d/yunohost_panel.conf.inc; } -location /static/ { - alias __FINALPATH__/staticfiles; -} - location /media/ { - alias __FINALPATH__/mediafiles; + alias __FINALPATH__/mediafiles/; }