mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Default port is now 80
This commit is contained in:
parent
5f187738e6
commit
d088194585
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
const (
|
||||
defaultHost = "localhost"
|
||||
defaultPort = "8080"
|
||||
defaultPort = "80"
|
||||
defaultRoot = "."
|
||||
|
||||
// The default configuration file to load if none is specified
|
||||
|
|
Loading…
Reference in a new issue