Location ~. Php $ {roothomejsckdaowww; # This is the root directory fastcgi_pass127.0.0.1: 3344 of your website; # the fastcgi process listening port is specified here, And nginx is the fastcgi_indexindex.php that interacts with php here; fastcgi_paramSCRIPT_FILENAME $ document_root $ fastcgi_scrip
Location ~ \. Php $ {root/home/jsckdao/www; # This is the root directory of your website, fastcgi_pass 127.0.0.1: 3344; # specify the port on which the fastcgi process listens, nginx is the fastcgi_index index that interacts with php. php; fastcgi_param SCRIPT_FILENAME $ document_root/$ fastcgi_scrip
Location ~ \. Php $ {
Root/home/jsckdao/www; # This is the root directory of your website
Fastcgi_pass 127.0.0.1: 3344; # specify the port on which the fastcgi process listens. nginx interacts with php here.
Fastcgi_index index. php;
Fastcgi_param SCRIPT_FILENAME $ document_root/$ fastcgi_script_name;
Include fastcgi_params;
}