Merge: nitcorn: FileServer default file
authorJean Privat <jean@pryen.org>
Thu, 26 May 2016 23:55:27 +0000 (19:55 -0400)
committerJean Privat <jean@pryen.org>
Thu, 26 May 2016 23:55:27 +0000 (19:55 -0400)
commitbee27df04405c625abab759df07477cc8d14921b
treedde80ef5114ecf68f4ef0a061fd9d14fc34c8192
parentc7b9500dda6612e937de447e8c9c55fd1f49e271
parent1346d5235b98e4f747ca88143b704b7af708b7da
Merge: nitcorn: FileServer default file

This PR introduce the concept of default file in `FileServer`. This allow the user to specify what file to return instead of the 404 page if no file matches the query.

Pull-Request: #2127
Reviewed-by: Jean Privat <jean@pryen.org>