From 2fce8b931809d25bf4f90c392c5170c326d8b265 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Jun 2021 18:10:46 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;