From e7caa54e59c7418ee15720c1acaf8a84b94512f8 Mon Sep 17 00:00:00 2001 From: James Salter Date: Wed, 29 Sep 2021 10:32:12 +0100 Subject: [PATCH] Remove superfluous index.htm --- nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index bd2225ba4b..04b1e8ac6a 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -4,7 +4,7 @@ server { server_name localhost; root /usr/share/nginx/html; - index index.html index.htm; + index index.html; # Set no-cache for the index.html only so that browsers always check for a new copy of Element Web. location = /index.html {