I am following this tutorial and I made the server work in the local network. Now I want to open to the internet. The tutorial does not go into details, except saying that "you need to forward TCP port 80 to your Web server". I did some research to understand what this means, but could not find a good step by step instructions. Can you direct me to any material that I can read to set up the server for the internet?
EDIT
As instructed here I connected to the router with 192.168.1.1
and opened the Port Forwarding/Port Triggering tab and I entered the following information:
- Service Name HTTP
- Start Port: 80
- End Port: 80
- Server IP Address: ServerIPAddress
Is this correct?