Special Urls and Ports

Wagn by default takes its host name (used in links, redirects, etc) and protocol (http, https, etc) from the request environment (HTTP_HOST).  If you need to specify or override the hostname or protocol, you can set it explicitly in config/wagn.yml as follows:

  host:  example.com
protocol: https