https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39789 --- Comment #37 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Comment on attachment 188382 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188382 Bug 39789: Add ability to specify an alternative header to X-Forwarded-For for finding the real ip address Review of attachment 188382: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=39789&attachment=188382) ----------------------------------------------------------------- ::: debian/templates/koha-conf-site.xml.in @@ +345,4 @@
<!-- <koha_trusted_proxies>1.2.3.4 2.3.4.5 3.4.5.6</koha_trusted_proxies> + <reverse_proxy_ip_header>HTTP_X_FORWARDED_FOR</reverse_proxy_ip_header> + <enable_trusted_proxy_for_headers>1</enable_trusted_proxy_for_headers>
This needs to be integrated in etc/koha-conf.xml The way to maintain these files is unclear, here are the pieces of the puzzle that I've found so far: https://wiki.koha-community.org/wiki/Talk:Coding_Guidelines#debian.2Ftemplat... (more pieces welcome) -- You are receiving this mail because: You are watching all bug changes.