mailman: fix missing }
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4937c5be2a
commit
8707b2799d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ RewriteEngine on
|
|||
RewriteRule ^/$ /archives [R,L]
|
||||
# Spiders-gone-wild
|
||||
# These spiders do not follow robots.txt
|
||||
RewriteCond %{HTTP_USER_AGENT ^.*(Bytespider|ClaudeBot).*$ [NC]
|
||||
RewriteCond %{HTTP_USER_AGENT} ^.*(Bytespider|ClaudeBot).*$ [NC]
|
||||
RewriteRule .* - [F,L]
|
||||
|
||||
# Old static archives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue