要在你访问的端口下配置service
root: 访问的*/nginx/html
fastcgi_pass要和etc/php-fpm.config下面的listen=??一样
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME
d
o
c
u
m
e
n
t
r
o
o
t
document_root
documentrootfastcgi_script_name;
include fastcgi_params;