Zabbix behind nginx reverse proxy

If your zabbix login page shows up behind a reverse proxy but login is impossible try to forward the cookies to the right path. Add to your config file in /etc/nginx/conf.d/ following to the location block:

proxy_cookie_path /zabbix /;

and restart nginx…