mdserver-web/plugins/php/conf/enable-php.conf

8 lines
190 B
Plaintext
Raw Permalink Normal View History

2018-12-18 06:37:46 -05:00
location ~ [^/]\.php(/|$)
{
try_files $uri =404;
fastcgi_pass unix:/tmp/php-cgi-{$PHP_VERSION}.sock;
fastcgi_index index.php;
include fastcgi.conf;
include pathinfo.conf;
}