Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Hi, The module relies on Drupal ip_address() which is adjusted for reverse proxy.
Try to configure the reverse proxy configuration from the settings.php
Comments
Comment #2
gedur commentedHi, The module relies on Drupal ip_address() which is adjusted for reverse proxy.
Try to configure the reverse proxy configuration from the settings.php
Comment #3
nags338228 commentedIt would be really helpful if you can share the code what exactly i need to write in settings.php file. Thanks for your time.
Comment #4
gedur commentedYou can follow this post: https://www.karelbemelmans.com/2015/04/reverse-proxy-configuration-for-d...
The idea is to turn on the proxy settings and add the internal IP.
Hope it helps you