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 \"☕️\""; }; }; };