I want to run the luan server on a machine that is already running other web servers. So I have to make it listen to a specific IP address. How can I do this with the current code?
Actually, I found a solution using different ports. The luan server can listen to a different port (e.g., 8083) and then we can create a rule that forwards requests from the specific IP (port 80) to port 8083. It works. You can close this thread.