@a_5mith That worked! Thank you so much!
GeoStyx
Posts
-
[Solved] HTTPS behind Nginx proxy, "logged ip's" == 127.0.0.1? -
[Solved] HTTPS behind Nginx proxy, "logged ip's" == 127.0.0.1?##Hello Again...
So I setup NodeBB to run behind an Nginx proxy to allow site-wide HTTPS, and allow omitting of port 4567 in the URL.Because of this, "Recently Logged In IPs" is always 127.0.0.1 Which makes sense to me. However I noticed community.nodebb.org is all HTTPS, yet it will show the actual IP I logged in from.
Is it possible to show the real logged-in IP while running behind an Nginx proxy?
###Thanks.
-
[Solved] Email Confirmation Link Problem@julian After a few days of trying to figure this out, I fixed it 5 minutes after posting this (go figure.)
I changed
"use_port": true
to"use_port": false
"base_url": "https://mydomain.com"
Thank you for your time!
-
[Solved] Email Confirmation Link Problem##Hello all,
So here's my issue: I have nodebb proxy'd behind so that I can use HTTPS.
Now the issue is, confirmation links look like this:
https://example.com/:4567/confirm/9bd6b76e-284f-46f5-b9c8-2d958b5961dcThe problem: HTTPS is running on port 443. So the link goes to a 404 page.
Is it possible to change the port in the confirmation link?
###Thanks in advance.
EDIT: I set "use_port" to false in config.json and it works fine now.