From ad9a316e59f311ba9e1597efd69c7bf5ac1f046b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Nov 2018 22:00:57 -0800 Subject: initial/example uwsgi fatcat_web file --- python/uwsgi.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/uwsgi.ini (limited to 'python/uwsgi.ini') diff --git a/python/uwsgi.ini b/python/uwsgi.ini new file mode 100644 index 00000000..fdf021b6 --- /dev/null +++ b/python/uwsgi.ini @@ -0,0 +1,10 @@ +[uwsgi] +plugin = python3,http +http = :9810 +#socket = 127.0.0.1:3031 +manage-script-name = True +mount = /=fatcat_web:app +virtualenv = .venv +processes = 6 +threads = 4 +stats = 127.0.0.1:3331 -- cgit v1.2.3