robots.txt modified

This commit is contained in:
heather 2026-07-30 16:14:27 +00:00
parent 2deae7db13
commit 7cfa5c31f8

View file

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