7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
location ~ [^/]\.php(/|$)
|
|
{
|
|
try_files $uri =404;
|
|
fastcgi_pass unix:/tmp/php-cgi7.3.sock;
|
|
fastcgi_index index.php;
|
|
include fastcgi.conf;
|
|
} |