Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

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
}

Clone this wiki locally