Procházet zdrojové kódy

prevent crawlers filling hard disk with gitea repo archives.

Thomas Buck před 2 roky
rodič
revize
42a9a42eae
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      roles/gitea/files/data_gitea_custom_robots.txt

+ 2
- 1
roles/gitea/files/data_gitea_custom_robots.txt Zobrazit soubor

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

Loading…
Zrušit
Uložit