commit 48955dcb13305681d5c46c65b7f0425ac9e469b7
parent 80f5425698d42ef6b12b7a37f13fac49333557a2
Author: Joris Vink <joris@coders.se>
Date: Thu, 28 Jun 2018 13:35:09 +0200
fix order of arguments to filemap
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/kore.conf.example b/conf/kore.conf.example
@@ -239,7 +239,7 @@ domain localhost {
# Allow access to files from the directory static_files via
# the /files/ URI.
- filemap static_files /files/
+ filemap /files/ static_files
# Configure /params-test POST to only accept the following parameters.
# They are automatically tested against the validator listed.