From 322dbaad8158d732a2ce430ba9e83b10b33702f9 Mon Sep 17 00:00:00 2001 From: Wouter Steenmeijer Date: Fri, 29 Nov 2024 09:42:57 +0100 Subject: [PATCH] Added search to PHP entry point list --- build/dist/web/nginx/content/magento2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dist/web/nginx/content/magento2 b/build/dist/web/nginx/content/magento2 index 1ea3674..8bfded1 100644 --- a/build/dist/web/nginx/content/magento2 +++ b/build/dist/web/nginx/content/magento2 @@ -174,7 +174,7 @@ location /media/import/ { rewrite /pub/health_check.php /health_check.php; # PHP entry point for main application -location ~ ^/(index|get|static|errors/report|errors/404|errors/503|health_check)\.php$ { +location ~ ^/(index|get|static|search|errors/report|errors/404|errors/503|health_check)\.php$ { try_files .~srcfile @php; }