From f11e6638f2e5766fd031de2a566471d2abc3ed55 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 6 Jul 2013 13:05:34 -0400 Subject: [PATCH] Clarify a comment --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 64476f7e..3e18c403 100644 --- a/config.js +++ b/config.js @@ -19,8 +19,8 @@ exports.MAX_PER_IP = 10; exports.GUEST_LOGIN_DELAY = 60; // Seconds /* - Set to true if you are behind a reverse proxy (e.g. Cloudflare) - so that client IPs are passed through correctly. + Set to true if your IO_URL and WEB_URL are behind a reverse proxy + (e.g. Cloudflare) so that client IPs are passed through correctly. If you are not behind a reverse proxy, leave it as false, otherwise clients can fake their IP address in the x-forwarded-for header