Update env-configuration.md to describe proxy behavior.

This commit is contained in:
mindspawn 2024-06-05 17:37:40 -07:00 committed by GitHub
parent db6a338096
commit 68bed28b37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -516,3 +516,17 @@ You will need to either migrate to [pipelines](https://github.com/open-webui/pip
- Default: `127.0.0.1`
- Description: Sets the address to run the bundled LiteLLM instance on.
## Misc Environment Variables
These variables are not specific to Open-Webui but can still be valuable in certain contexts.
### Proxy Settings
Open-Webui supports using proxies for HTTP and HTTPS retrievals. To specify proxy settings, Open-Webui uses the following environment variables:
#### `http_proxy`
#### `https_proxy`
- These variables, if set, should contain the URLs for HTTP and HTTPS proxies, respectively.
#### `no_proxy`
- This variable lists domain extensions (or IP addresses) for which the proxy should not be used, separated by commas. For example, setting no_proxy to '.mit.edu' ensures that the proxy is bypassed when accessing documents from MIT.