@thathooo
By the way, my url setting in config.json is same with url in nginx.conf .
My status quo is that
I set the url in config.json and nginx.conf as “https://mysite.top” which DNS response to my IP in LAN for intranet use.
And for users from the Internet, I do frp to map my nodebb to my vps whose IP is bound to “www.mysite.top” . So I can visit it from internet by https://www.mysite.top .
And now “mysite.top” is totally normal.
But “www.mysite.top” occurs incorrect jumping when login in. For example https://www.mysite.top/https://www.mysite.top .
Is there some way for me to deal with it?