mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
fix order of arguments to filemap
This commit is contained in:
parent
80f5425698
commit
48955dcb13
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user