location ~ \.php$ {
root /var/www/;
fastcgi_pass unix:/var/run/php-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
顶一下
(0)
0%
踩一下
(0)
0%
- 相关评论
- 我要评论
-