diff options
Diffstat (limited to 'python/uwsgi.ini')
-rw-r--r-- | python/uwsgi.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/uwsgi.ini b/python/uwsgi.ini index fdf021b6..a03f72bb 100644 --- a/python/uwsgi.ini +++ b/python/uwsgi.ini @@ -1,3 +1,6 @@ +# uwsgi is used in production deployment, in combination with pipenv (which +# generates the .venv file) + [uwsgi] plugin = python3,http http = :9810 |