Hi,
I found the answer to my own question. Posting here incase others have same issue.
The solution was to alter the listen server setting in /etc/sites-enabled/mysite to be;
listen *:80 default_server;
(it was listen 127.0.0.1:80 default_server)
I found the answer to my own question. Posting here incase others have same issue.
The solution was to alter the listen server setting in /etc/sites-enabled/mysite to be;
listen *:80 default_server;
(it was listen 127.0.0.1:80 default_server)