mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-06 02:01:41 +08:00
Default port is now 80
This commit is contained in:
parent
5f187738e6
commit
d088194585
@ -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…
x
Reference in New Issue
Block a user