Test environment - Zimbra Network 7.2.0
Getting Gateway 504 errors.
Trying to modify the proxy_read_timeout and the proxy_send_timeout which are showing 0 in nginx.conf.web Where does one change the variables
of web.upstream.read.timeout and web.upstream.send.timeout
# Set proxy timeout
proxy_read_timeout ${web.upstream.read.timeout};
proxy_send_timeout ${web.upstream.send.timeout};
found in the nginx.conf.web.template?
I modified them manually by removing the ${} part and putting an actual number it its place. Still would really like to know where the "web.upstream.read/send.timeout" variable pulls its data.

