https://bz.apache.org/bugzilla/show_bug.cgi?id=59829
--- Comment #23 from atten <[email protected]> --- Tested on our acting reverse-proxy nginx, configured with this on the http listener: proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Proto "http"; And this on the https listener: proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Proto https; yes, you ar right http://www.freewing-model.com -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
