api-umbrella
api-umbrella copied to clipboard
Configuration behind a proxy - 502 bad gateway
trafficstars
This is my configuration behind a proxy:
Centos 7, installed via yum
/etc/sysconfig/api-umbrella
export http_proxy="http://my-proxy.local:8080" export https_proxy=$http_proxy
but i've an error 502 bad gateway.
Any suggestion ?