diff --git a/conf/nginx.conf b/conf/nginx.conf index 17ed947..11cb4b2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,8 +9,6 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } - index index.html; - # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } \ No newline at end of file