From 6b30c3df2d0b1941379c3ec73d39423978f3f0ea Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 22 Jul 2013 23:36:39 -0700 Subject: [PATCH] clarify what "private network" means, specifically --- docs/INSTALL-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md index 96277753e6c..5f26eb79271 100644 --- a/docs/INSTALL-ubuntu.md +++ b/docs/INSTALL-ubuntu.md @@ -185,7 +185,7 @@ Edit ~/discourse/config/initializers/secret_token.rb Edit ~/discourse/config/environments/production.rb - browse througn all the settings - be sure to add your mail server SMTP settings so outgoing mail can be sent (we recommend [Mandrill](https://mandrillapp.com)) -- See http://meta.discourse.org/t/all-of-my-internal-users-show-as-coming-from-127-0-0-1/6607 if this will serve "internal" users +- If your users will come from "internal" [private unroutable IPs](https://en.wikipedia.org/wiki/Private_network) like 10.x.x.x or 192.168.x.x please [see this topic](http://meta.discourse.org/t/all-of-my-internal-users-show-as-coming-from-127-0-0-1/6607). Initialize the database: