How to monitor NGINX stats with Zabbix on Plesk?
Monitor Nginx with Zabbix | badllama.com
https://goo.gl/icsv8Q
All this things are nor work, because I cant't understand how to create localhost domain with Plesk admin panel... It there any help page with information how I can monitor nginx...
I am using apache+nginx on Server. I added this config into Additional directives for HTTP:
ErrorDocument 500 /var/www/vhosts/site.com/error_docs/error503.html
And this into Additional nginx directives
error_page 500 /error503.html;
error_page 501 /error503.html;
error_page 502...
I am using apache+nginx on Server. I added this config into Additional directives for HTTP:
ErrorDocument 500 /var/www/vhosts/site.com/error_docs/error503.html
And this into Additional nginx directives
error_page 500 /error503.html;
error_page 501 /error503.html;
error_page 502...
Failed to resolve the challenge for www.domain.com
Works Nginx + apache2 - nginx as reverse proxy - so I can't get certs for domain . What I'm doing wrong?
Also I have a problem to get image in link https://example.com/A/images/233/image.png and if I create .htaccess with "Allow from all" file...