slow down crawlers to 1/3 hit/s; nginx will 503 if more than 1/2 hit/s
This commit is contained in:
parent
8de1bd0c56
commit
16f557954d
@ -6,3 +6,6 @@ Disallow: /comment/
|
|||||||
# to the same images that the index shows
|
# to the same images that the index shows
|
||||||
Disallow: /post/next/
|
Disallow: /post/next/
|
||||||
Disallow: /post/prev/
|
Disallow: /post/prev/
|
||||||
|
# Site is rate limited to 1 request / sec,
|
||||||
|
# returns 503 for more than that
|
||||||
|
Crawl-delay: 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user