MDL-67861 core: Added $CFG->reverseproxyignore IP subnet list
commitb4241111de603ce3076a21d786bec9d1910d9584
authorBrendan Heywood <brendan@catalyst-au.net>
Wed, 5 Feb 2020 12:14:39 +0000 (5 23:14 +1100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 5 Mar 2020 00:10:19 +0000 (5 01:10 +0100)
tree215ac3d5a6b5e29a559ea53510ae42c2d73433ba
parentc0c1997a6d0da79a8d78856a77f5e86f992fcbd2
MDL-67861 core: Added $CFG->reverseproxyignore IP subnet list

If your server is behind multiple reverse proxies that append to the
X-Forwarded-For header then you will need to specify a comma separated
list of ip addresses or subnets of the reverse proxies to be ignored
in order to find the users correct IP address.
admin/settings/server.php
lang/en/admin.php
lib/moodlelib.php