diff --git a/conf/nginx.conf b/conf/nginx.conf index bf2929a..1876b1e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,7 +10,7 @@ location __PATH__/ { # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } -location __PATH__/css { +location __PATH__/css/ { alias __INSTALL_DIR__/assets/css; }