7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
location ~ [^/]\.php(/|$)
|
|
{
|
|
fastcgi_pass unix:/tmp/php-cgi.sock;
|
|
fastcgi_index index.php;
|
|
include fastcgi.conf;
|
|
include pathinfo.conf;
|
|
} |