1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/data/reusables/actions/actions-proxy-environment-variables-table.md

1.1 KiB

Variable Description Example
https_proxy Proxy URL for HTTPS traffic. You can include basic authentication if required. http://proxy.local
http://192.168.1.1:8080
http://username:password@proxy.local
http_proxy Proxy URL for HTTP traffic. You can include basic authentication if required. http://proxy.local
http://192.168.1.1:8080
http://username:password@proxy.local
no_proxy A comma-separated list of hosts or IP addresses that should bypass the proxy. Some clients only honor IP addresses when connections are made directly to the IP rather than a hostname. example.com
example.com,myserver.local:443,example.org