introduced the 'mime' config option, addresses #3
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user