1.
http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#example
location / {
include uwsgi_params;
uwsgi_pass localhost:9000;
}
1.
http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#example
location / {
include uwsgi_params;
uwsgi_pass localhost:9000;
}