From 57328d19e94f55bc988a17fd9edf4c79c93a1745 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Tue, 17 Feb 2026 18:58:51 +0100 Subject: [PATCH] nginx init --- hosts/monitoring/nginx.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/monitoring/nginx.nix b/hosts/monitoring/nginx.nix index f3fbe4e..5712204 100644 --- a/hosts/monitoring/nginx.nix +++ b/hosts/monitoring/nginx.nix @@ -10,8 +10,9 @@ #basicAuthFile = config.age.secrets.grafana_basic_auth.path; locations = { "/" = { - proxyPass = "http://"; - recommendedProxySettings = true; + #proxyPass = "http://"; + #recommendedProxySettings = true; + return = "418 \"☕️\""; }; }; };