Skip to content

Commit 3c2884f

Browse files
committed
update localhost.conf
1 parent 2277259 commit 3c2884f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/nginx/conf.d/localhost.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ server {
7171

7272
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
7373
#
74-
location ~ \.php$ {
74+
location ~ [^/]\.php(/|$) {
7575
fastcgi_pass php:9000;
7676
include fastcgi-php.conf;
7777
include fastcgi_params;

0 commit comments

Comments
 (0)