From 8e3fbc48cfaf78aa420b880f0ad068aa3b1ddcb0 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Fri, 4 Oct 2024 13:25:11 -0500 Subject: [PATCH] Fuck you Semrush --- nginx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index c7bfc23..af3a6df 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -30,6 +30,10 @@ http { ssl_session_tickets off; gzip_vary on; + # Fuck you Semrush + deny 85.208.96.0/24; + deny 185.191.171.0/24; + log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; -- 2.45.2