The web server listens on port 80 by default.

This commit is contained in:
Julien Fontanet 2013-12-17 23:25:00 +01:00
parent 8b3373a7cc
commit 6e75a3829a
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,8 @@
http:
# Hosts & ports on which to listen.
#
# By default, the server listens on 0.0.0.0:80.
listen:
# Basic HTTP.
-

View File

@ -95,7 +95,9 @@ do $fiberize ->
# Defines defaults configuration.
$nconf.defaults {
http: {
listen: []
listen: [
port: 80
]
mounts: []
}
redis: {