mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Fix typo in loadConfigs comment
This commit is contained in:
parent
ed10863494
commit
5d32af8a6b
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -124,7 +124,7 @@ func isLocalhost(s string) bool {
|
||||||
// loadConfigs loads configuration from a file or stdin (piped).
|
// loadConfigs loads configuration from a file or stdin (piped).
|
||||||
// The configurations are grouped by bind address.
|
// The configurations are grouped by bind address.
|
||||||
// Configuration is obtained from one of three sources, tried
|
// Configuration is obtained from one of three sources, tried
|
||||||
// in this order: 1. -conf flag, 2. stdin, 4. command line argument 3. Caddyfile.
|
// in this order: 1. -conf flag, 2. stdin, 3. command line argument 4. Caddyfile.
|
||||||
// If none of those are available, a default configuration is
|
// If none of those are available, a default configuration is
|
||||||
// loaded.
|
// loaded.
|
||||||
func loadConfigs() (config.Group, error) {
|
func loadConfigs() (config.Group, error) {
|
||||||
|
|
Loading…
Reference in a new issue