Browse Source

prevent crawlers filling hard disk with gitea repo archives.

Thomas Buck 1 year ago
parent
commit
42a9a42eae
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      roles/gitea/files/data_gitea_custom_robots.txt

+ 2
- 1
roles/gitea/files/data_gitea_custom_robots.txt View File

1
+# prevent mass generation of repo archives
1
 User-agent: *
2
 User-agent: *
2
-Disallow:
3
+Disallow: /*/archive/*

Loading…
Cancel
Save