From a1cd3c02c5e5f8083d68320d5eceb90d2696fe34 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Fri, 4 Jul 2025 16:11:21 -0500 Subject: [PATCH] bert: Disallow robots on home.chandlerswift.com/sheets I don't want those indexed! --- bert/services/http/home.chandlerswift.com.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bert/services/http/home.chandlerswift.com.nix b/bert/services/http/home.chandlerswift.com.nix index 054c580..c4886e1 100644 --- a/bert/services/http/home.chandlerswift.com.nix +++ b/bert/services/http/home.chandlerswift.com.nix @@ -7,6 +7,13 @@ reverse_proxy /grafana/* localhost:3000 # hide .git # ??? + respond /robots.txt 200 { + body <