We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2277259 commit 3c2884fCopy full SHA for 3c2884f
services/nginx/conf.d/localhost.conf
@@ -71,7 +71,7 @@ server {
71
72
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
73
#
74
- location ~ \.php$ {
+ location ~ [^/]\.php(/|$) {
75
fastcgi_pass php:9000;
76
include fastcgi-php.conf;
77
include fastcgi_params;
0 commit comments