From d0d5c5a8a540391ecb433b21ac366ba12fa3e5f9 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sat, 24 May 2014 20:33:27 -0400 Subject: [PATCH] added FAQ entry for #1537 -- closed #1537 --- docs/help/help.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/help/help.rst b/docs/help/help.rst index f951c9df55..a29d1256de 100644 --- a/docs/help/help.rst +++ b/docs/help/help.rst @@ -76,6 +76,13 @@ If successful, running the following command should show a version higher than 0 # apt-cache policy nodejs +URLs on my NodeBB (or emails) still have the port number in them! +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +If you are using :doc:`nginx <../configuring/proxies/nginx>` or :doc:`Apache <../configuring/proxies/apache>` as a reverse proxy, you don't need the port to be shown. Simply run `./nodebb setup` and specify the base URL without a port number. + +Alternatively, edit the ``config.json`` file using your favourite text editor and change ``use_port`` to ``false``. + Submit Bugs on our Issue Tracker --------------------------------