Files
shop-platform/docker/nginx/conf.c/enable-php-56.conf
2025-10-28 18:23:50 +08:00

9 lines
228 B
Plaintext

location ~ [^/]\.php(/|$)
{
try_files $uri =404;
fastcgi_pass unix:/tmp/php-cgi-56.sock;
fastcgi_index index.php;
include conf.c/fastcgi.conf;
include conf.c/pathinfo.conf;
}