-
Notifications
You must be signed in to change notification settings - Fork 402
Proxy Support
Joe Sondow edited this page Jun 11, 2013
·
2 revisions
Basic support for HTTP proxies has been added to Asgard. The support is limited to authentication-free proxies at this time.
In order to make Asgard aware of an HTTP proxy, add a section like the one shown below to the configuration file ~/.asgard/Config.goovy
proxy {
host = "some-proxy.internal.corporate.com"
port = 8080
}
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Jobs