try to bind to all interfaces

This commit is contained in:
Julian 2025-06-10 18:09:54 +02:00
parent 91d9041b0b
commit 33ebf3c640

View file

@ -1,6 +1,7 @@
server.document-root = "/var/www"
server.port = 3000
server.bind = "0.0.0.0"
server.modules = ( "mod_indexfile" )
index-file.names = ( "index.html" )