1.
The HTTP method (also often called “the verb”) tells the server what the clients wants to do wit[……]
分类:web
Flask
Some code comes from: http://flask.pocoo.org/docs/0.10/quickstart/
1.
31615196267628f612b59f_000000[……]
uWSGI
1.
http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#example
location / {
include uwsgi_params;
uwsgi_pass localhost:9000;
}
Nginx-config.conf
1.
nginx has one master process and several worker processes. The main purpose of the master proces[……]