Containerized

This commit is contained in:
Brian Sakal
2022-03-29 21:21:39 -04:00
parent 10d25ced08
commit e88ee5fe74
3 changed files with 53 additions and 46 deletions
+2 -1
View File
@@ -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;