introduced the 'mime' config option, addresses #3

This commit is contained in:
Lloyd Brookes
2014-08-24 22:42:59 +01:00
parent c7b6c8da20
commit 3b5a0cac6f
6 changed files with 30 additions and 4 deletions

View File

@ -8,7 +8,7 @@ module.exports = [
},
{
name: "log-format", alias: "f", type: String,
description: "If a format is supplied an access log is written to stdout. If not, \na statistics view is displayed. Use a preset ('none', 'dev',\n'default', 'short', 'tiny' or 'logstalgia') or supply a custom format\n(e.g. ':method -> :url')."
description: "If a format is supplied an access log is written to stdout. If not, \na statistics view is displayed. Use a preset ('none', 'dev',\n'combined', 'short', 'tiny' or 'logstalgia') or supply a custom format\n(e.g. ':method -> :url')."
},
{
name: "directory", alias: "d", type: String,