From 3a2a3de153e36ccbcb7dec4c1db4bc3030218b3f Mon Sep 17 00:00:00 2001 From: Patrick Ear Date: Fri, 15 Sep 2023 14:50:21 +0200 Subject: [PATCH] remove default to index.html --- nginx.conf.gotempl | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.conf.gotempl b/nginx.conf.gotempl index d15404b31..04b1a20a9 100644 --- a/nginx.conf.gotempl +++ b/nginx.conf.gotempl @@ -12,7 +12,6 @@ server { client_max_body_size 0; root {{ .Root }}; - index index.html index.htm; location / { try_files $uri $uri/ /index.html;