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 '';