.env file:
proxy.example.com:3128 with the hostname and port of your organization’s forward proxy.
Port 3128 is the default port for Squid-based proxies; adjust as required.
proxy_override and no_proxy_override are read by Curator’s own code and apply to all Curator
processes, including web requests served through Apache and PHP CLI processes such as cron jobs.
The standard
HTTP_PROXY / http_proxy variables are read by bundled third-party tools such as
Composer (used during upgrades). Both upper- and lowercase forms are required because different
tools each read their own convention.no_proxy_override / NO_PROXY / no_proxy Values
Common values includelocalhost and 127.0.0.1. Keep the same bypass list across all three
variables so Curator’s own code and bundled tools behave consistently.
If Tableau Server is on the same LAN as Curator, add its hostname so that traffic to Tableau is
not routed through the proxy:
Any other internal services that Curator needs to reach directly, such as an SSO or identity
provider, should also be added to the bypass list.