Quantcast
Channel: Zimbra Forums
Viewing all articles
Browse latest Browse all 762

Administrators • Re: Error in url loginOp=logout during rolling upgrade

$
0
0
Lots of customers have seen this.

You can try on the Z10 proxies:

Code:

su - zimbravi /opt/zimbra/conf/nginx/templates/nginx.conf.web.https.default.template/logout# Modify it to look like:if ($arg_loginOp = "logout") {        #set $login_upstream    ${web.upstream.login.target};        set $login_upstream    ${web.upstream.webclient.target};    }    # Same as above for relogin loginOp    if ($arg_loginOp = "relogin") {        #set $login_upstream    ${web.upstream.login.target};        set $login_upstream    ${web.upstream.webclient.target};    }:wqzmcontrol restart
Hope that helps,
Mark

Statistics: Posted by L. Mark Stone — Wed Dec 11, 2024 12:27 pm



Viewing all articles
Browse latest Browse all 762

Trending Articles