On 8/23/2013 6:42 AM, Jean Raby wrote:
On 13-08-23 8:39 AM, Jean Raby wrote:
On 13-08-22 11:46 AM, Ben wrote:
proxy_set_header x-webobjects-remote-host 127.0.0.1;
That is not good. remove that line and sogo will happily show you the remote
host :-)

In fact, you can either leave it out entirely and sogo will use x-forwarded-for, or you can set it to $remote_addr:
  proxy_set_header x-webobjects-remote-host        $remote_addr;
Thanks! That fixed it.

Ben
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to