Zimbra Proxy

Working with Zimbra Talk? This is your Forum, drop here your questions with the Installation, Configuration, etc.
Post Reply
mclain
Advanced member
Advanced member
Posts: 123
Joined: Fri Sep 12, 2014 10:41 pm

Zimbra Proxy

Post by mclain »

Can someone please send me link or explanation of what changes I need to make to set up zimbra proxy for zimbra talk to work.
skflone
Posts: 19
Joined: Mon May 23, 2016 9:48 pm

Re: Zimbra Proxy

Post by skflone »

Hello .

First you need to undertand that your actual Zimbra Colaboration Server , should have the service : PROXY available.

What changes :

Only edit this file : /opt/zimbra/conf/nginx/templates/nginx.conf.web.https.default.template

and add this text:
location ^~ /VNCMiddleware
{
proxy_cache off;
proxy_read_timeout 500s;
proxy_pass_header Cookie;
proxy_pass http://$TalkServerIP:8080/VNCMiddleware;
}
#For long polling of Microsoft ActiveSync


-------------------

Then restart the zmcontrol from your server .

Please read documentation : https://wiki.zimbra.com/wiki/How_to_Install_Zimbra_Talk
Mayty
Posts: 1
Joined: Mon Aug 22, 2016 6:39 am

Re: Zimbra Proxy

Post by Mayty »

skflone wrote:Hello .

First you need to undertand that your actual Zimbra Colaboration Server , should have the service : PROXY available.

What changes :

Only edit this file : /opt/zimbra/conf/nginx/templates/nginx.conf.web.https.default.template

and add this text:
location ^~ /VNCMiddleware
{
proxy_cache off;
proxy_read_timeout 500s;
proxy_pass_header Cookie;
proxy_pass http://$TalkServerIP:8080/VNCMiddleware;
}
#For long polling of Microsoft ActiveSync


-------------------

Then restart the zmcontrol from your server .

Please read documentation : https://wiki.zimbra.com/wiki/How_to_Install_Zimbra_Talk
Oh, thank you! I just had questions about the proxy and immediately able to know the answer, everything is configured correctly.
Post Reply