diff --git a/docs/configuring/proxies/apache.rst b/docs/configuring/proxies/apache.rst index 96eec21f2d..4ad59ada78 100644 --- a/docs/configuring/proxies/apache.rst +++ b/docs/configuring/proxies/apache.rst @@ -1,3 +1,6 @@ +Configuring apache as a proxy to NodeBB +====================================== + # Prerequisites to making this work: Apache 2.4.x diff --git a/docs/configuring/proxies/nginx.rst b/docs/configuring/proxies/nginx.rst index 5c1fbf549b..d2a1f80434 100644 --- a/docs/configuring/proxies/nginx.rst +++ b/docs/configuring/proxies/nginx.rst @@ -1,3 +1,6 @@ +Configuring nginx as a proxy to NodeBB +====================================== + NodeBB by default runs on port `4567`, meaning that builds are usually accessed using a port number in addition to their hostname: http://example.org:4567