mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Add proxy environment variable info (#3343)
This commit is contained in:
committed by
GitHub
parent
3ea9a93da5
commit
4693cfba9b
@@ -18,6 +18,10 @@ This page lists the deployment configuration options for your self-hosted n8n in
|
||||
|
||||
| Variable | Type | Default | Description |
|
||||
| :------- | :---- | :------- | :---------- |
|
||||
| `HTTP_PROXY` | String | - | A URL where to proxy unencrypted HTTP requests. When set, n8n proxies all unencrypted HTTP traffic from nodes through the proxy URL. |
|
||||
| `HTTPS_PROXY` | String | - | A URL where to proxy TLS/SSL encrypted HTTP requests. When set, n8n proxies all TLS/SSL encrypted HTTP traffic from nodes through the proxy URL. |
|
||||
| `ALL_PROXY` | String | - | A URL where to proxy both unencrypted and encrypted HTTP requests. When set, n8n proxies all HTTP traffic from nodes, both encrypted and unencrypted, through the proxy URL. |
|
||||
| `NO_PROXY` | String | - | A comma-separted list of hostnames or URLs that should bypass the proxy. When using `HTTP_PROXY`, `HTTPS_PROXY`, or `ALL_PROXY`, n8n will connect directly to the URLs or hostnames defined here instead of using the proxy. |
|
||||
| `N8N_EDITOR_BASE_URL` | String | - | Public URL where users can access the editor. Also used for emails sent from n8n and the redirect URL for SAML based authentication. |
|
||||
| `N8N_CONFIG_FILES` | String | - | Use to provide the path to any JSON [configuration file](/hosting/configuration/configuration-methods.md). |
|
||||
| `N8N_DISABLE_UI` | Boolean | `false` | Set to `true` to disable the UI. |
|
||||
|
||||
@@ -226,7 +226,7 @@ n8n provides built-in variables for working with HTTP node requests and response
|
||||
|
||||
Use this option if you need to specify an HTTP proxy.
|
||||
|
||||
Enter the **Proxy** the request should use.
|
||||
Enter the **Proxy** the request should use. This takes precedence over global settings defined with the [`HTTP_PROXY`, `HTTPS_PROXY`, or `ALL_PROXY` environment variables](/hosting/configuration/environment-variables/deployment.md).
|
||||
|
||||
### Timeout
|
||||
|
||||
|
||||
@@ -110,7 +110,7 @@ Gumroad
|
||||
[Gg]zip
|
||||
Hetzner
|
||||
Homeserver
|
||||
[Hh]ostname
|
||||
[Hh]ostnames?
|
||||
howto
|
||||
HubSpot
|
||||
Humantic
|
||||
@@ -253,6 +253,7 @@ Twilio
|
||||
Typeform
|
||||
[Uu]narchive
|
||||
[Uu]ncomment
|
||||
[Uu]nencrypted
|
||||
[Uu]nformatted
|
||||
([Uu]n)?[Gg]rounded(ness)?
|
||||
[Uu]noptimized
|
||||
|
||||
Reference in New Issue
Block a user