New installation without port 4567 in URL?
-
Hi,
I've just made my test installation on nikica.net:4567
Do we need to use 4567 port or this can be changed.We use Cent OS 6.7 and Apache Webserver.
-
You will need to setup Apache to proxy requests instead of forwarding them.
Everything you need should be here.
https://nodebb.readthedocs.io/en/latest/configuring/proxies/apache.html
Since you are on CentOS 6, you are probably on Apache 2.2, and will need to follow these instructions first.
https://nodebb.readthedocs.io/en/latest/configuring/proxies/apache2.2.html -
I would advise using Nginx infront of it.
You can googleNodeBB Nginx Config
and you'll have one you can copy/paste.Nginx will then be on port 80 and you can close 4567 on your FW.
Copyright © 2024 NodeBB | Contributors