From ca482b971faa26f89b3ef414e7e9e076ba464374 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Nov 2020 21:39:04 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 -- 1 file changed, 2 deletions(-) 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