fix order of arguments to filemap

This commit is contained in:
Joris Vink 2018-06-28 13:35:09 +02:00
parent 80f5425698
commit 48955dcb13
1 changed files with 1 additions and 1 deletions

View File

@ -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.