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