Hello Francis,
I replaced :
location ^~/SOGo {
proxy_pass http://127.0.0.1:20000;
proxy_redirect http://127.0.0.1:20000 default;
By
location /SOGo {
proxy_pass http://127.0.0.1:20000/;
}
And I get the URL I expected https://sogo.mydomain/SOGo but when I want authenticate to I get the message :
"You can not authenticate because the witnesses (cookies) on your browser is disabled. Enable cookies in your web browser and try again."
How to configure this in nginx ? I tried to add "add_header Set-Cookie lcid=1033;" without success.
Best regards
Gerard