diff --git a/conf/nginx.conf b/conf/nginx.conf index bf0e5e1..bf3d925 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,7 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } - index index.htm; + index player.html index.htm; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;