更新 'files/enable-php.conf'

This commit is contained in:
徐瑞 2020-09-02 20:25:57 +08:00
parent b9238b05bf
commit f0c6912dd0

View File

@ -5,4 +5,5 @@ location ~ [^/]\.php(/|$)
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi.conf;
include pathinfo.conf;
}