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