From 7891610b81320f3b91794650cc9136c19d974dc5 Mon Sep 17 00:00:00 2001 From: lazokjacint Date: Mon, 10 Feb 2025 13:49:17 +0100 Subject: [PATCH 1/3] added AI bots --- nginx-php/nginx.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nginx-php/nginx.conf b/nginx-php/nginx.conf index ebf066f..0cb16f3 100644 --- a/nginx-php/nginx.conf +++ b/nginx-php/nginx.conf @@ -60,7 +60,13 @@ http { "~*chrome-lighthouse" 1; "~*telegrambot" 1; "~*google-inspectiontool" 1; - "~*petalbot" 1; + "~*petalbot" 1; + "~*Perplexity" 1; + "~*OAI-SearchBot" 1; + "~*ChatGPT" 1; + "~*GPTBot" 1; + "~*ClaudeBot" 1; + "~*Amazonbot" 1; } map $args $prerender_args { From 29aacbee190f95a73906846d9967e580e18ebaa9 Mon Sep 17 00:00:00 2001 From: lazokjacint Date: Mon, 10 Feb 2025 13:49:50 +0100 Subject: [PATCH 2/3] Update nginx.conf --- nginx-reverse-proxy/nginx.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nginx-reverse-proxy/nginx.conf b/nginx-reverse-proxy/nginx.conf index 27c72d8..4f6aead 100644 --- a/nginx-reverse-proxy/nginx.conf +++ b/nginx-reverse-proxy/nginx.conf @@ -50,6 +50,12 @@ http { "~*telegrambot" 1; "~*google-inspectiontool" 1; "~*petalbot" 1; + "~*Perplexity" 1; + "~*OAI-SearchBot" 1; + "~*ChatGPT" 1; + "~*GPTBot" 1; + "~*ClaudeBot" 1; + "~*Amazonbot" 1; } map $args $prerender_args { From 5b7cb4fdc24a213e8b8e760915247f4b3438cc74 Mon Sep 17 00:00:00 2001 From: lazokjacint Date: Mon, 10 Feb 2025 13:50:29 +0100 Subject: [PATCH 3/3] Added AI bots --- nginx.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nginx.conf b/nginx.conf index 2b0fc3c..62bd575 100644 --- a/nginx.conf +++ b/nginx.conf @@ -55,6 +55,12 @@ http { "~*telegrambot" 1; "~*google-inspectiontool" 1; "~*petalbot" 1; + "~*Perplexity" 1; + "~*OAI-SearchBot" 1; + "~*ChatGPT" 1; + "~*GPTBot" 1; + "~*ClaudeBot" 1; + "~*Amazonbot" 1; } map $args $prerender_args {