diff --git a/docker/nginx/nginx-tpl.conf b/docker/nginx/nginx-tpl.conf index 48ba7638..74f04c70 100644 --- a/docker/nginx/nginx-tpl.conf +++ b/docker/nginx/nginx-tpl.conf @@ -48,10 +48,6 @@ http { fastcgi_read_timeout 600; fastcgi_pass _PHP_FPM_HOST_; } - - location ~ \.php$ { - return 404; - } access_log off; } } diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf index f1405b90..2ff9868f 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -48,10 +48,6 @@ http { fastcgi_read_timeout 600; fastcgi_pass 127.0.0.1:9000; } - - location ~ \.php$ { - return 404; - } access_log off; } }