Commit d0881945 authored by Matthew Holt's avatar Matthew Holt

Default port is now 80

parent 5f187738
......@@ -12,7 +12,7 @@ import (
const (
defaultHost = "localhost"
defaultPort = "8080"
defaultPort = "80"
defaultRoot = "."
// The default configuration file to load if none is specified
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment