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 { 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 { 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 {