diff options
author | 2022-04-08 22:37:16 +0200 | |
---|---|---|
committer | 2022-04-08 22:37:16 +0200 | |
commit | a535121ab11086e90262dd5137946c869b744ecd (patch) | |
tree | 35e1621a1ec0c3bfb716336d5ccdfcfe062a696b /docs | |
parent | b55c5090e6ea87cc06924e212cb626d972fad412 (diff) | |
parent | cce11964a4e748d21dd1e3d7ca807cd84463b3b4 (diff) | |
download | rss-bridge-fix1.tar.gz rss-bridge-fix1.tar.zst rss-bridge-fix1.zip |
Merge remote-tracking branch 'origin/master' into fix1fix1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/03_For_Hosts/08_Custom_Configuration.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/03_For_Hosts/08_Custom_Configuration.md b/docs/03_For_Hosts/08_Custom_Configuration.md index d8583a06..afc5eb2e 100644 --- a/docs/03_For_Hosts/08_Custom_Configuration.md +++ b/docs/03_For_Hosts/08_Custom_Configuration.md @@ -17,6 +17,7 @@ __Notice__: If a parameter is not specified in your `config.ini.php` RSS-Bridge The configuration file is split into sections: * [system](#system) +* [http client](#http client) * [cache](#cache) * [proxy](#proxy) * [authentication](#authentication) @@ -25,6 +26,8 @@ The configuration file is split into sections: _System_: This section specifies system specific parameters +_Http client_: This section has http client options + _Cache_: This section is all about the caching behavior of RSS-Bridge _Proxy_: This section can be used to specify a proxy server for RSS-Bridge to utilize for fetching contents @@ -98,6 +101,21 @@ Allow users to disable proxy usage for specific requests. `false` = disabled (default) +## Http client + +This section provides the following parameters: + +- timeout +- useragent + +### timeout + +Default network timeout. + +### useragent + +Default user agent. + ## Authentication This section provides following parameters: |