aboutsummaryrefslogtreecommitdiff
path: root/lib/uwsgi
Commit message (Collapse)AuthorAge
* lib: Add nginx and uWSGI configuration filesStephen Finucane2016-02-14
nginx and uWSGI are a well-known option for deploying Django applications today - might as well embrace them. Conversely, the mod_python variable and fastcgi service are both deprecated and should not be used. Remove these. Signed-off-by: Stephen Finucane <stephen.finucane@intel.com> Suggested-by: Thomas Monjalon <thomas.monjalon@6wind.com>