https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39789
--- Comment #37 from Victor Grousset/tuxayo <[email protected]> --- 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.2Ftemplates.2Fkoha-conf-site.xml.in_and_etc.2Fkoha-conf.xml_should_be_kept_in_sync (more pieces welcome) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
