Domain name
-
You can edit it with nano and add the proxy configuration that you need (copy it from the guide?). Last time I tried to use putty I couldn't copy and paste. You may have to type it by hand if you are in putty.
nano default
-
@Carl see this post,
Domain name
Hey guys put my servers namesever info for domain, I heard that it can take a few hours to work. I'm just wondering if I have to change anything else.
NodeBB Community (community.nodebb.org)
Make sure you've done the second step.
-
Shall I replace the text in the red box:
With this:
server {
listen 80;server_name forum.example.org; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:4567/; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; }
}
@a_5mith I tried "ln -s ../sites-available" It gave the out put "ln: failed to create symbolic link `./sites-available': File exists
"
Copyright © 2024 NodeBB | Contributors