From 7cd2661f5b4d4b974c84061ff3d04d01bb7a2357 Mon Sep 17 00:00:00 2001 From: Luca Bello Date: Fri, 1 Dec 2023 11:24:25 +0100 Subject: [PATCH] fix typo --- src/nginx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginx.py b/src/nginx.py index 6fd2041..27e92bd 100644 --- a/src/nginx.py +++ b/src/nginx.py @@ -258,7 +258,7 @@ def basic_auth(enabled): }, ], }, - # Query frontent + # Query frontend { "directive": "location", "args": ["/prometheus"],