about summary refs log tree commit diff
path: root/deploy/conf/nginx.conf
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-02-08 19:28:44 -0600
committerStarfall <us@starfall.systems>2023-02-08 19:28:44 -0600
commit63cfa990b1ebd48c610d857361fb6200973e2d0a (patch)
treead68f7ea9318256be826ec7cbc3ba85b2097c301 /deploy/conf/nginx.conf
parentbbe7e0913124597eb701014903cf7c5f21844ced (diff)
hang up on cloudflare
Diffstat (limited to 'deploy/conf/nginx.conf')
-rw-r--r--deploy/conf/nginx.conf2
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;
   }