Ok, stupid me! I find where the error is:
proxy_set_header X-Forwarded_For $proxy_add_x_forwarded_for; Ihad one of this set in my nginx.conf, changed "_" with "-" and made it like this: proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; solve the issue, now I correctly get the remote users' IP. Thanks for your reply and sorry for wasting your time Alessandro. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
