Commit e59ee001 authored by Sergey Lyubka's avatar Sergey Lyubka

Added request_timeout_ms

parent b07745ab
...@@ -273,6 +273,12 @@ therefore this option can be used to drop privileges. Example: ...@@ -273,6 +273,12 @@ therefore this option can be used to drop privileges. Example:
mongoose -listening_ports 80 -run_as_user nobody mongoose -listening_ports 80 -run_as_user nobody
### request\_timeout\_ms `30000`
Timeout for network read and network write operations, in milliseconds.
If client intends to keep long-running connection, either increase this value
or use keep-alive messages.
### url\_rewrite\_patterns ### url\_rewrite\_patterns
Comma-separated list of URL rewrites in the form of Comma-separated list of URL rewrites in the form of
`uri_pattern=file_or_directory_path`. When Mongoose receives the request, `uri_pattern=file_or_directory_path`. When Mongoose receives the request,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment