linux - Deploying on a Raspberry Pi -
i looking @ http://flask.pocoo.org/docs/0.10/deploying/ not familiar linux web servers. may know whether should cgi option or mod_wsgi (apache) option should using?
in case happy nginx
nginx [engine x] http , reverse proxy server, mail proxy server, , generic tcp proxy server, written igor sysoev. long time, has been running on many heavily loaded russian sites including yandex, mail.ru, vk, , rambler. according netcraft, nginx served or proxied 24.33% busiest sites in january 2016. here of success stories: netflix, wordpress.com, fastmail.fm.
and gunicorn
gunicorn 'green unicorn' python wsgi http server unix. it's pre-fork worker model ported ruby's unicorn project. gunicorn server broadly compatible various web frameworks, implemented, light on server resources, , speedy.
here article deployment on linux platform flask.
Comments
Post a Comment