Working on the proxies-websites.yml playbook.
This commit is contained in:
parent
ee9fbbecaa
commit
00269dc0a8
14 changed files with 139 additions and 3 deletions
2
roles/httpd/website/files/robots/robots.txt
Normal file
2
roles/httpd/website/files/robots/robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Crawl-delay: 10
|
|
@ -0,0 +1,8 @@
|
|||
User-agent: *
|
||||
Disallow: /voting
|
||||
Disallow: /mirrormanager
|
||||
Disallow: /pkgdb/packages/name
|
||||
|
||||
# Temp block http://www.80legs.com/webcrawler.html
|
||||
User-agent: 008
|
||||
Disallow: /
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /wikiold
|
4
roles/httpd/website/files/robots/robots.txt.lockbox01
Normal file
4
roles/httpd/website/files/robots/robots.txt.lockbox01
Normal file
|
@ -0,0 +1,4 @@
|
|||
User-agent: *
|
||||
Crawl-delay: 10
|
||||
Allow: /infra/docs/
|
||||
Disallow: /infra
|
|
@ -0,0 +1,4 @@
|
|||
User-agent: *
|
||||
Crawl-delay: 10
|
||||
Disallow: /*download_zip/$
|
||||
Disallow: /*download_targz/$
|
Loading…
Add table
Add a link
Reference in a new issue