Slow login - proxy config?

General discussion about Zimbra Desktop.
Post Reply
AcFli
Posts: 2
Joined: Mon Sep 29, 2014 4:55 am

Slow login - proxy config?

Post by AcFli »

Hi,

I ran the commands I found here: https://wiki.zimbra.com/wiki/Enabling_Z ... _memcached

Code: Select all

grep zm_lookup_handlers /opt/zimbra/conf/nginx/includes/nginx.conf.zmlookup
zm_lookup_handlers  https://10.x.x.x:7072/service/extension/nginx-lookup;

zmprov gcf zimbraReverseProxyLookupTarget
zimbraReverseProxyLookupTarget: FALSE
Is FALSE on the second command to be expected or wrong?

Did not really get what "Additionally, zimbraReverseProxyLookupTarget is a server inherited attribute from the global configuration, so check if zimbraReverseProxyLookupTarget has been incorrectly designated in global config." meant.

TIA
ronaldenciso
Posts: 3
Joined: Thu Oct 05, 2023 3:33 am

Re: Slow login - proxy config?

Post by ronaldenciso »

Hello, I think you should check if the value of zimbraReverseProxyLookupTarget has been incorrectly designated in the global configuration. It means that you need to inspect the global configuration settings to ensure that zimbraReverseProxyLookupTarget is correctly set if it should be enabled for your setup.

If the value of zimbraReverseProxyLookupTarget should be set to "TRUE" or a specific value, you can update it using the zmprov command. For example, to set it to "TRUE," you can run the following command:

Code: Select all

zmprov mcf zimbraReverseProxyLookupTarget TRUE
Post Reply