diff options
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/conf/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/conf/nginx.conf b/deploy/conf/nginx.conf index d8ccfce..5d67baa 100644 --- a/deploy/conf/nginx.conf +++ b/deploy/conf/nginx.conf @@ -49,7 +49,7 @@ server { add_header X-Cache-Status $upstream_cache_status; # hang up on scrubs - if ($http_user_agent ~* (fedsearch|gabsocial|fedichive|seekport|dotbot|semrush|fasthttp|^\d+$|wdestiny|megaindex|webmeup|fedi-block)) { + if ($http_user_agent ~* (fedsearch|gabsocial|fedichive|seekport|dotbot|semrush|fasthttp|^\d+$|wdestiny|megaindex|webmeup|fedi-block|wildebeest)) { return 444; } |