aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_http_files.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* mod_http_files: Configurable number of index files to check forKim Alvefur2012-12-111-2/+5
|
* mod_http_files: Respond with a 301 redirect for directories to append a / ↵Kim Alvefur2012-05-121-2/+9
| | | | (fixes relative links)
* mod_http_files: Specify method in HTTP routeMatthew Wild2012-04-271-1/+1
|
* mod_http_files, net.http.parser: Move path normalization to net.http.parser ↵Matthew Wild2012-04-261-23/+1
| | | | so that all modules can benefit
* mod_http_files: Change option name from http_path to http_files_dirMatthew Wild2012-04-261-1/+1
|
* mod_http_files: Log 404 failure reasonMatthew Wild2012-04-261-0/+1
|
* mod_http_files: Return numeric error codes instead of custom error responsesMatthew Wild2012-04-261-12/+4
|
* mod_http_files: Rename argument to reflect what it actually isKim Alvefur2012-04-241-3/+3
|
* mod_httpserver: Rename to mod_http_filesKim Alvefur2012-04-231-0/+86