diff --git a/conf/nginx.conf b/conf/nginx.conf index be7e34c..35bee75 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,8 +13,8 @@ location / { include conf.d/yunohost_panel.conf.inc; } -location /static { - alias __FINALPATH__/staticfiles; +location /static/ { + alias __FINALPATH__/staticfiles/; } location /media {