Clarify a comment

This commit is contained in:
calzoneman 2013-07-06 13:05:34 -04:00
parent 7aac0a0f9f
commit f11e6638f2

View file

@ -19,8 +19,8 @@ exports.MAX_PER_IP = 10;
exports.GUEST_LOGIN_DELAY = 60; // Seconds exports.GUEST_LOGIN_DELAY = 60; // Seconds
/* /*
Set to true if you are behind a reverse proxy (e.g. Cloudflare) Set to true if your IO_URL and WEB_URL are behind a reverse proxy
so that client IPs are passed through correctly. (e.g. Cloudflare) so that client IPs are passed through correctly.
If you are not behind a reverse proxy, leave it as false, otherwise 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 clients can fake their IP address in the x-forwarded-for header