diff --git a/config/config.sample.php b/config/config.sample.php
index 88d1a294622dcba0e15a4f0111462136e98ea255..2a2bca708a8eab7095d24b1b7b7a358afdf45122 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1087,6 +1087,9 @@ $CONFIG = array(
 
 /**
  * List of trusted proxy servers
+ * 
+ * If you configure these also consider setting `forwarded_for_headers` which
+ * otherwise defaults to `HTTP_X_FORWARDED_FOR` (the `X-Forwarded-For` header).
  */
 'trusted_proxies' => array('203.0.113.45', '198.51.100.128'),