@ufan0 said in Excuse me, how to set a nodebb two domain address.:
Like this? it works.
[email protected]:~/xxx# cat config.json { "url": "http://xxx.com", "url": "http://www.xxx.com", ... }
This is wrong,please don't be misled by me,sorry.
Hi, Just want to know how to set up a WordPress blog as subdomain to forum. I am planning games.techiewiz.in . Guide please.
@meetdilip This would normally fall outside of a nodebb support forum.
This guide will explain how, pay attention to needing a non root user with sudo privelidges, and when you get to step 5, go to cd /etc/nginx/conf.d/
and create a new conf file in there called gaming.conf and add the server block there (as you don't have sites-available) and set your_domain.com
to gaming.techiewiz.in
Thanks @a_5mith . Will try and update.