Any idea how to troubleshoot this?

This line appears regularly in the SOGo log file:
sogod [2067]: <0x0x7f86b0362e10[SoWebDAVRenderer]> got bogus port information 
from webserver:

Here's a line or two from our nginx setup:
listen 192.168.1.4:443;
server_name mail.[example].com
location ^~/SOGo {
    proxy_pass http://127.0.0.1:20000;
    proxy_redirect http://127.0.0.1:20000 default;

Then we have a separate server entry for the updates script:

    server_name mail.[example].com;
    root /var/www/mail.[example].com;

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

Reply via email to