运维网's Archiver
论坛
›
nginx
› FreeBSD+nginx+php+fcgi配置步骤
恒晖瑶
发表于 2018-11-8 10:01:58
FreeBSD+nginx+php+fcgi配置步骤
location ~ \.php$ { fastcgi_pass 127.0.0.1:9000;
fastcgi_indexindex.php;
fastcgi_paramSCRIPT_FILENAME/usr/local/www/nginx$fastcgi_script_name;
include fastcgi_params;
}
页:
[1]
查看完整版本:
FreeBSD+nginx+php+fcgi配置步骤