Skip to content

Commit 2277259

Browse files
author
Your Name
committed
update localhost
1 parent 7f96ec6 commit 2277259

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
@@ -26,7 +26,7 @@ server {
2626

2727
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
2828
#
29-
location ~ \.php$ {
29+
location ~ [^/]\.php(/|$) {
3030
fastcgi_pass php:9000;
3131
include fastcgi-php.conf;
3232
include fastcgi_params;

0 commit comments

Comments
 (0)