8 lines
157 B
Plaintext
8 lines
157 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;
|
|
}
|