Hello,
on a new Ubuntu 20.04. Server I tried to Install Zabbix 5.0. MYSQL and NGINX is installed. Zabbix is installed as recommended at "Download Zabbix".
Zabbix ist setted up correctly and running under http. No I tried to use Certbot for issuing a SSL-Cert. But this failed with Error 404 Site not found (/.well-known/....)
After that I added in /etc/zabbix/nginx.conf
but same Problem...
DNS is checked and fine.
Does anyone have a better Idea or could help?
thanks
Martin
on a new Ubuntu 20.04. Server I tried to Install Zabbix 5.0. MYSQL and NGINX is installed. Zabbix is installed as recommended at "Download Zabbix".
Zabbix ist setted up correctly and running under http. No I tried to use Certbot for issuing a SSL-Cert. But this failed with Error 404 Site not found (/.well-known/....)
After that I added in /etc/zabbix/nginx.conf
PHP Code:
location ^~ /\.well-known/ {
alias /usr/share/nginx/html/.well-known/;
}
DNS is checked and fine.
Does anyone have a better Idea or could help?
thanks
Martin
Comment