diff --git a/conf/nginx.conf b/conf/nginx.conf index 440fc65..b746c20 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,9 +2,9 @@ location __PATH__/ { # Path to source - alias __INSTALL_DIR__/www; + alias __INSTALL_DIR__/www/; - index svg-editor.html ; + index index.html; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;