Yes @julian
It is working and setting signed token in the cookie. following is one example of a stored cookie:
ea2bd760-9dbc-4a4f-8331-0a956ef97316-image.png
Domain name
-
@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