0
Fork 0
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:
Matthew Holt 2015-04-22 13:22:03 -06:00
parent 5f187738e6
commit d088194585

View file

@ -12,7 +12,7 @@ import (
const (
defaultHost = "localhost"
defaultPort = "8080"
defaultPort = "80"
defaultRoot = "."
// The default configuration file to load if none is specified