标签:style blog http io color os ar for sp
参考的文档是
http://blog.163.com/sky20081816@126/blog/static/1647610232010824262695/
但在实操时,作了更改之后才生效,就是#include fcgi.conf;include fastcgi_params;这里。
server{
listen 8000;
server_name localhost;
location / {
fastcgi_pass 127.0.0.1:8008;
fastcgi_param SCRIPT_FILENAME "";
fastcgi_param PATH_INFO $fastcgi_script_name;
#include fcgi.conf;
include fastcgi_params;
}
}
~~~~~~~~~~~
WINDOWS+NGINX+DJANGO+FLUP+PYTHON起步~
标签:style blog http io color os ar for sp
原文地址:http://www.cnblogs.com/aguncn/p/4058922.html