diff --git a/conf/nginx.conf b/conf/nginx.conf new file mode 100644 index 0000000..d0289a6 --- /dev/null +++ b/conf/nginx.conf @@ -0,0 +1,5 @@ +location __PATH__/ { + alias __INSTALL_DIR__/; + index index.html; + include conf.d/yunohost_panel.conf.inc; +}