mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-12 20:59:03 +08:00
Added enable_proxy
This commit is contained in:
parent
e1b1d39635
commit
aa2583cc26
@ -69,6 +69,11 @@ A directory to serve. Default: current working directory.
|
|||||||
### enable\_directory\_listing
|
### enable\_directory\_listing
|
||||||
Enable directory listing, either `yes` or `no`. Default: `yes`.
|
Enable directory listing, either `yes` or `no`. Default: `yes`.
|
||||||
|
|
||||||
|
### enable\_proxy
|
||||||
|
Enable proxy functionality, either `yes` or `no`. If set to `yes`, then
|
||||||
|
browsers can be configured to use Mongoose as a proxy. Default: `no`.
|
||||||
|
|
||||||
|
|
||||||
### extra\_mime\_types
|
### extra\_mime\_types
|
||||||
Extra mime types to recognize, in form `extension1=type1,extension2=type2,...`.
|
Extra mime types to recognize, in form `extension1=type1,extension2=type2,...`.
|
||||||
Extension must include dot. Example:
|
Extension must include dot. Example:
|
||||||
|
Loading…
Reference in New Issue
Block a user