From 08964973aad4f9858a5e7278c280749af7f1cea7 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Sat, 9 Sep 2023 16:24:55 +0100 Subject: [PATCH] Update example config. --- config.example.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.example.yml b/config.example.yml index 813b282..05f37bb 100644 --- a/config.example.yml +++ b/config.example.yml @@ -5,9 +5,11 @@ listen: identify: true serve: dataStorage: "" + templateStorage: "" domains: [] rangeSupported: true enableGoInfoPage: true + ymlDataFallback: false cacheSettings: enableTemplateCaching: false enableTemplateCachePurge: false @@ -15,4 +17,7 @@ serve: enableContentsCachePurge: true maxAge: 3600 notModifiedUsingLastModified: true - notModifiedUsingETags: true \ No newline at end of file + notModifiedUsingETags: true + pageSettings: + - pageName: index + pagePath: /index.go \ No newline at end of file