I installed according to the instructions but when I hit the site I see only "Welcome to nginx!". This is Ubuntu 20.04, mysql, and NGINX. The nginx config looks correct:
listen 80;
server_name zabbix2;
root /usr/share/xabbix;
index index.php;
When I navigate to the path those files are present. I am at a loss how to proceed. Any advice would be welcomed.
thank you.
listen 80;
server_name zabbix2;
root /usr/share/xabbix;
index index.php;
When I navigate to the path those files are present. I am at a loss how to proceed. Any advice would be welcomed.
thank you.
Comment