Cannot login to zabbix web portal
- by hlx98007
I've managed to install Zabbix22-server on CentOS 6.x along with php-fpm and nginx.
I can view the page of 127.0.0.1 but I can only see this:
After clicking the "Login" button, the page is the same:
What can I do to make it work as expected, so that I can login as admin?
Here are some confs:
nginx_zabbix.conf:
server {
listen 80;…