robots.txt modified
This commit is contained in:
parent
2deae7db13
commit
7cfa5c31f8
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue