Containerized
This commit is contained in:
+2
-1
@@ -265,7 +265,8 @@ local function reply(myserver, stream)
|
||||
end
|
||||
|
||||
local myserver = assert(http_server.listen {
|
||||
host = "localhost";
|
||||
--host = "localhost";
|
||||
host = "0.0.0.0";
|
||||
port = port;
|
||||
max_concurrent = 100;
|
||||
onstream = reply;
|
||||
|
||||
Reference in New Issue
Block a user