Hello!
Yesterday I had installed the nodebb on my computer with
win10, nodejs-lts, mongo and nginx.
And after some adjustments it has run stablely.
But now I have some trouble with it when I attempt to do intranet mapping by frp.
The nodebb of mine is built in the internal network for my companies and I had bound it to “mysite.top” through DNS.
———
And now I want to visit the nodebb from Internet for emergency. But I don’t want to sync the data between localhost and vps.
So I choose frp to map the nodebb to “www.mysite.top” which is bound to the IP of my vps.
After do frp, I can visit the home index but will get disconnect notification instantly.
Beacuse I can’t bind the nodebb to two different url and I can’t get help from docs. So I come here for your help.