Software /
code /
prosody
Log
plugins/mod_http_files.lua @ 5233:342c46e62f50
description | author | age |
---|---|---|
mod_http_files: Return 404 faster if file does not exist | Kim Alvefur | 2012-12-11 |
mod_http_files: Configurable number of index files to check for | Kim Alvefur | 2012-12-11 |
mod_http_files: Respond with a 301 redirect for directories to append a / (fixes relative links) | Kim Alvefur | 2012-05-12 |
mod_http_files: Specify method in HTTP route | Matthew Wild | 2012-04-27 |
mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit | Matthew Wild | 2012-04-26 |
mod_http_files: Change option name from http_path to http_files_dir | Matthew Wild | 2012-04-26 |
mod_http_files: Log 404 failure reason | Matthew Wild | 2012-04-26 |
mod_http_files: Return numeric error codes instead of custom error responses | Matthew Wild | 2012-04-26 |
mod_http_files: Rename argument to reflect what it actually is | Kim Alvefur | 2012-04-23 |
mod_httpserver: Rename to mod_http_files base plugins/mod_httpserver.lua@697f3142c36c | Kim Alvefur | 2012-04-23 |