curator.conf file is a great place for this configuration.
On Linux, /var/www/html/.htaccess, or any of the httpd.conf files can also be utilized.
The proxy_override environment variable points Curator to a specific proxy for web requests.
If needed, no_proxy_override can be used to specify a route that should not use the proxy for traffic.
no_proxy_override Values
Common values for no_proxy_override includelocalhost and 127.0.0.1.
If Tableau Server is on the same LAN as Curator, add its hostname or IP address as well so that traffic to
Tableau is not routed through the proxy.
Multiple hosts can be specified as a comma-separated list:
Shell environment variables such as
export http_proxy=... or export HTTPS_PROXY=... do not work for
Curator. Curator reads proxy_override and no_proxy_override from the Apache environment set via
SetEnv directives, not from shell environment variables. Always configure the proxy using the Apache SetEnv
directives described above.