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