config

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2015 License: Apache-2.0 Imports: 10 Imported by: 0

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

func ArrangeBindings(allConfigs []server.Config) (map[*net.TCPAddr][]server.Config, error)

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.

func Default

func Default() server.Config

Default makes a default configuration which is empty except for root, host, and port, which are essentials for serving the cwd.

func Load

func Load(filename string, input io.Reader) ([]server.Config, error)

Types

This section is empty.

Directories

Path Synopsis
Package parse provides facilities for parsing configuration files.
Package parse provides facilities for parsing configuration files.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL