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