Nginx configuration
-
Hello,
Is there any official more correct (or recommended) configuration for Nginx in order to run NodeBB taking into account I am running it over SSL? In particular I am referring to the directives that go inside the location block:
location /forum/ { [...] }
I noticed that the following line is mandatory in order it to work (to pass the required data to NodeBB):
proxy_set_header X-Forwarded-Proto $scheme;
As announced in this link: https://blog.nodebb.org/nodebb-v1-1-0-release/
Please, I just want the mandatory directives in order it to work properly, and not all the possible directives that may exist.
Regards,
Néstor Llamas Llopis -
Pretty much everything on the example configuration at https://docs.nodebb.org is required
Copyright © 2024 NodeBB | Contributors