Domain name
-
@julian Thanks but it's still doesn't make sense to me I will read again in the morning but shell is new to me. Seems like me and @Kamal-Patel are in the same boat
Tried "/etc/nginx/sites-enabled "
It gave the out put:" -bash: /etc/nginx/sites-enabled: Is a directory".
-
@Carl said:
Tried "/etc/nginx/sites-enabled "
It gave the out put:" -bash: /etc/nginx/sites-enabled: Is a directory"
Yes, that is a directory, but a file you need to edit is in the /etc/nginx/sites-available directory. In a fresh installation, that file is called default, so to edit it, use a command like
nano -w default
orsudoedit default
. Those two commands assumes that you are working inside the /etc/nginx/sites-available directory. -
@Carl Yup, I'm in your boat! I tried the sites-enabled method, and the nginx.conf method, but no dice thus far.
-Turned use_port to false
-Tried listen to 80, or listen to myipaddress:80
-Tried proxy pass according to the wiki guidelines and also tried changing it to my IP address.I'll wait until you get it working then copy EXACTLY what you did