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; }