mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-30 20:54:04 +08:00
Default port is 2015
This commit is contained in:
parent
ce74333348
commit
24d9d23743
|
@ -12,7 +12,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultHost = "localhost"
|
defaultHost = "localhost"
|
||||||
defaultPort = "80"
|
defaultPort = "2015"
|
||||||
defaultRoot = "."
|
defaultRoot = "."
|
||||||
|
|
||||||
// The default configuration file to load if none is specified
|
// The default configuration file to load if none is specified
|
||||||
|
|
Loading…
Reference in New Issue
Block a user