From 7cfa5c31f818a15a2b5f7c6a732f217c92035192 Mon Sep 17 00:00:00 2001 From: heather Date: Thu, 30 Jul 2026 16:14:27 +0000 Subject: [PATCH] robots.txt modified --- hosts/heather/caddy.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/heather/caddy.nix b/hosts/heather/caddy.nix index e70082d..4ea993b 100644 --- a/hosts/heather/caddy.nix +++ b/hosts/heather/caddy.nix @@ -56,6 +56,11 @@ in { # --- Контейнеры (arion, см. arion-compose.nix) --- # Forgejo "git.iscg.dev".extraConfig = '' + handle /robots.txt { + header Content-Type text/plain + respond "User-agent: * +Allow: /" 200 + } reverse_proxy 127.0.0.1:3030 '';