Merge: + Configuration: 'http_proxy'
Squashed commit of the following: commit ffa07454417f6a8a66250f55be5a43224e68a444 Author: Simon Zolin <s.zolin@adguard.com> Date: Thu Mar 12 15:40:23 2020 +0300 add example commit 5887ec2081620a81409878ce7c408910375f1a19 Author: Simon Zolin <s.zolin@adguard.com> Date: Thu Mar 12 15:28:21 2020 +0300 + Configuration: 'http_proxy'
parent
c2644c9c47
commit
a54ea89009
|
@ -131,6 +131,7 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib
|
|||
* `users` — Web users info
|
||||
* `name` — User name
|
||||
* `password` — Password
|
||||
* `http_proxy` — proxy URL for HTTP client (e.g. "http://user:password@server:port/"). Supports "http", "https" and "socks5" scheme.
|
||||
* `web_session_ttl` — Web session TTL (in hours) - a web user will stay signed in for this amount of time.
|
||||
* `rlimit_nofile` — Limit on the maximum number of open files for server process (Linux and macOS). Set to 0 to use the system default value.
|
||||
* `dns` — DNS configuration section.
|
||||
|
|
Loading…
Reference in New Issue