prevent robots from crawling archives

This commit is contained in:
XenGi 2026-08-26 10:11:32 +02:00
commit b4728aba3f
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -98,6 +98,12 @@ in
deny all;
'';
};
"= /robots.txt" = {
extraConfig = ''
default_type text/plain;
return 200 "User-agent: *\nDisallow: /*/*/archive/\n";
'';
};
};
};
};