mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-13 10:42:16 -04:00
Default port is now 80
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
const (
|
||||
defaultHost = "localhost"
|
||||
defaultPort = "8080"
|
||||
defaultPort = "80"
|
||||
defaultRoot = "."
|
||||
|
||||
// The default configuration file to load if none is specified
|
||||
|
||||
Reference in New Issue
Block a user