Dear SOGo users and developers,

I have SOGo 3 successfully running behind nginx, but there is something
that bother me.

All my log entries in /var/log/sogo/sogo.log are referring to 127.0.0.1

I have tried the following into nginx:

    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header Host $host;

Is there any header to pass to SOGo, to allow logging the real IP
address, please?

Thanks for your help.

-- 
André Rodier
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to