mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -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 (
|
const (
|
||||||
defaultHost = "localhost"
|
defaultHost = "localhost"
|
||||||
defaultPort = "8080"
|
defaultPort = "80"
|
||||||
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 a new issue