Hi I am a newbie on nginx, I tried to set it up on my server(running Ubuntu 4), which already has apache running.
So after I apt-get install it, I trie
apt-get install
If you are on windows then below port related server settings are present in file nginx.conf at < nginx installation path >/conf folder.
server { listen 80; server_name localhost; ....
Change the port number and restart the instance.