try to bind to all interfaces
This commit is contained in:
parent
91d9041b0b
commit
33ebf3c640
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
server.document-root = "/var/www"
|
server.document-root = "/var/www"
|
||||||
|
|
||||||
server.port = 3000
|
server.port = 3000
|
||||||
|
server.bind = "0.0.0.0"
|
||||||
|
|
||||||
server.modules = ( "mod_indexfile" )
|
server.modules = ( "mod_indexfile" )
|
||||||
index-file.names = ( "index.html" )
|
index-file.names = ( "index.html" )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue