From a54ea89009b95ec3d598f2c7ece43742c6903205 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Mon, 16 Mar 2020 14:59:14 +0300 Subject: [PATCH] Merge: + Configuration: 'http_proxy' Squashed commit of the following: commit ffa07454417f6a8a66250f55be5a43224e68a444 Author: Simon Zolin Date: Thu Mar 12 15:40:23 2020 +0300 add example commit 5887ec2081620a81409878ce7c408910375f1a19 Author: Simon Zolin Date: Thu Mar 12 15:28:21 2020 +0300 + Configuration: 'http_proxy' --- Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration.md b/Configuration.md index 86e9111..af97111 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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.