From 15d76f95e650aa07c7fe27e54992a8e14e424dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 13 Nov 2025 10:22:01 +0100 Subject: [PATCH] push --- npm_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_install.py b/npm_install.py index 719b555..ca9819b 100644 --- a/npm_install.py +++ b/npm_install.py @@ -1533,7 +1533,7 @@ def write_metrics_files(): """Create /etc/angie/metrics.conf (port 82/8282 with console & status).""" with step("Adding Angie metrics & console on :82 / :8282 (https)"): - metrics = """include /etc/angie/prometheus_all.conf; + metrics = f"""include /etc/angie/prometheus_all.conf; server { listen 8282 ssl; http2 on;