From 9fae35fe8a4a339cf9866bc599717a41510fb0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 3 Nov 2025 10:33:23 +0100 Subject: [PATCH] new options --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 3538ed0..8424368 100644 --- a/app.py +++ b/app.py @@ -102,7 +102,7 @@ def display_haproxy_stats(): @app.route('/logs') -@requires_auth +#@requires_auth def display_haproxy_logs(): log_file_path = '/var/log/haproxy.log'