diff --git a/conf/nginx.conf b/conf/nginx.conf index 60e43e4..a9ae8ac 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,6 +9,7 @@ location __PATH__/ { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } + index index.htm; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } \ No newline at end of file