Hi all,
Previously I'm using Apache + mod_proxy to hide our mailbox server. After upgrading to 7.2, the admin console part starts giving us problem. Sometimes the admin console doesn't load properly.
Now I'm testing nginx as our reverse proxy but the portal is stuck at splash screen after I logged in.
Any idea the correct nginx setting for Zimbra Admin Console?
Code:server { server_name test.net; listen test.net:7071; ssl on; ssl_certificate /etc/nginx/ssl/test.net/commercial.crt; ssl_certificate_key /etc/nginx/ssl/test.net/server.key; location / { proxy_pass https://mailbox.test.net:7071/; proxy_set_header Host $http_host; proxy_set_header X_FORWARDED_PROTO https; } }


LinkBack URL
About LinkBacks

