aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/defaults.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-10-24 14:12:19 +0000
committerLaurent Bercot <ska@appnovation.com>2023-10-24 14:12:19 +0000
commit713994fd2c7a6da9e69222695e7d7a1e963312f8 (patch)
tree296d3df0b1b3c403df7377a3c7ca795bc8fa7648 /src/config/defaults.c
parent4bd3cae342a3c29adef0c46a205d7e3b9bca7214 (diff)
downloadtipidee-713994fd2c7a6da9e69222695e7d7a1e963312f8.tar.gz
Deglobal index-file
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/config/defaults.c')
-rw-r--r--src/config/defaults.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults.c b/src/config/defaults.c
index 3db2ad2..dfc13f2 100644
--- a/src/config/defaults.c
+++ b/src/config/defaults.c
@@ -23,7 +23,7 @@ static struct defaults_s const defaults[] =
RECU32("G:cgi_timeout", 0),
RECU32("G:max_request_body_length", 8192),
RECU32("G:max_cgi_body_length", 4194304),
- RECS("G:index_file", "index.html"),
+ RECS("G:index-file", "index.html"),
RECU32("G:logv", TIPIDEE_LOG_DEFAULT),
RECS("T:html", "text/html"),