diff options
author | Starfall <us@starfall.systems> | 2023-02-08 19:28:44 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-02-08 19:28:44 -0600 |
commit | 63cfa990b1ebd48c610d857361fb6200973e2d0a (patch) | |
tree | ad68f7ea9318256be826ec7cbc3ba85b2097c301 /deploy/conf | |
parent | bbe7e0913124597eb701014903cf7c5f21844ced (diff) |
hang up on cloudflare
Diffstat (limited to 'deploy/conf')
-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; } |