The web server listens on port 80 by default.
This commit is contained in:
parent
8b3373a7cc
commit
6e75a3829a
@ -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.
|
||||
-
|
||||
|
@ -95,7 +95,9 @@ do $fiberize ->
|
||||
# Defines defaults configuration.
|
||||
$nconf.defaults {
|
||||
http: {
|
||||
listen: []
|
||||
listen: [
|
||||
port: 80
|
||||
]
|
||||
mounts: []
|
||||
}
|
||||
redis: {
|
||||
|
Loading…
Reference in New Issue
Block a user