Site URL not completed. Bad redirection ?

gerard breiner nginx-forum at nginx.us
Tue Oct 30 15:11:31 UTC 2012


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

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,232325,232391#msg-232391



More information about the nginx mailing list