diff --git a/nginx-php/nginx.conf b/nginx-php/nginx.conf index ebf066f..f83c923 100644 --- a/nginx-php/nginx.conf +++ b/nginx-php/nginx.conf @@ -60,7 +60,8 @@ http { "~*chrome-lighthouse" 1; "~*telegrambot" 1; "~*google-inspectiontool" 1; - "~*petalbot" 1; + "~*petalbot" 1; + "~*iframely" 1; } map $args $prerender_args { diff --git a/nginx-reverse-proxy/nginx.conf b/nginx-reverse-proxy/nginx.conf index 27c72d8..a247ff3 100644 --- a/nginx-reverse-proxy/nginx.conf +++ b/nginx-reverse-proxy/nginx.conf @@ -50,6 +50,7 @@ http { "~*telegrambot" 1; "~*google-inspectiontool" 1; "~*petalbot" 1; + "~*iframely" 1; } map $args $prerender_args { diff --git a/nginx.conf b/nginx.conf index 2b0fc3c..9d2ff56 100644 --- a/nginx.conf +++ b/nginx.conf @@ -55,6 +55,7 @@ http { "~*telegrambot" 1; "~*google-inspectiontool" 1; "~*petalbot" 1; + "~*iframely" 1; } map $args $prerender_args {