'Setting up Laravel Octane using RoadRunner on a Production Server

I've installed the Laravel Octane RoadRunner Application Server. It works flawlessly on my local Linux server, and I can access the application via 127.0.0.1:8000, but when I deploy it on an Azure VM, I am unable to access it via my IP address.

How do I set this up so that I can access the application using my IP address? (Port 8000 is open)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source