1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(prometheus): dont fail if no ssl

This commit is contained in:
2022-01-27 15:49:36 +01:00
parent 755105a428
commit 07b8813ae8

View File

@@ -3,7 +3,7 @@
{
modules.http_2xx = {
http = {
fail_if_not_ssl = true;
fail_if_not_ssl = false;
ip_protocol_fallback = false;
method = "GET";
no_follow_redirects = false;