I am trying to make a local site work over the web with dyndns. I am using nginx as a server. Here is what I have in my file located in 'sites-available':
server {
listen 80 default;
server_name mydyndnshost;
...
If I add "mydyndnshost" to listen, nginx will fail to start. If I leave it like this, it will work, but only localy, so if I access "mydyndnshost" in a browser, it won't show my site. What it does show is my router login screen. lol