在配置中加上
location ~ .*\.(php|php5)?$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_read_timeout 700;
fastcgi_index index.php;
include fastcgi.conf;
}
2022-10-16 16:12:09
在配置中加上
location ~ .*\.(php|php5)?$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_read_timeout 700;
fastcgi_index index.php;
include fastcgi.conf;
}
下一篇:shoppingCart.js