diff --git a/config/config.go b/config/config.go index 151f9b82..548ca266 100644 --- a/config/config.go +++ b/config/config.go @@ -12,7 +12,7 @@ import ( const ( defaultHost = "localhost" - defaultPort = "8080" + defaultPort = "80" defaultRoot = "." // The default configuration file to load if none is specified