Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultHost = "0.0.0.0" DefaultPort = "2015" DefaultRoot = "." // DefaultConfigFile is the name of the configuration file that is loaded // by default if no other file is specified. DefaultConfigFile = "Caddyfile" )
Variables ¶
View Source
var ( Root = DefaultRoot Host = DefaultHost Port = DefaultPort )
These three defaults are configurable through the command line
Functions ¶
func ArrangeBindings ¶ added in v0.7.0
ArrangeBindings groups configurations by their bind address. For example, a server that should listen on localhost and another on 127.0.0.1 will be grouped into the same address: 127.0.0.1. It will return an error if the address lookup fails or if a TLS listener is configured on the same address as a plaintext HTTP listener. The return value is a map of bind address to list of configs that would become VirtualHosts on that server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.