diff --git a/conf/nginx.conf b/conf/nginx.conf index d0289a6..52305b4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,11 @@ +rewrite ^/helloworld$ /helloworld/ permanent; location __PATH__/ { + + # Path to source alias __INSTALL_DIR__/; + index index.html; + + # Include SSOWAT user panel include conf.d/yunohost_panel.conf.inc; }