diff --git a/README.md b/README.md
index f9ddde4dd2..1553785f39 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,12 @@ The server configuration file (located at `/config.js`) contains default options
base_url |
(Default: 'http://localhost') A web-accessible URL to your app, without the port |
+
+ use_port |
+ (Default: true) Whether or not to include the port number when constructing the url for use in NodeBB. If you are serving NodeBB via a proxy (i.e. nginx), switch this off.
|
port |
- (Default: 4567) The default port that NodeBB runs on |
+ (Default: 4567) The default port that NodeBB runs on. Even if you are running NodeBB behind a proxy server, this port must be set. |
mailer |