From bc5c44dd049bad3b007be48b3f8d90886d63c105 Mon Sep 17 00:00:00 2001 From: System administrator Date: Mon, 29 May 2017 13:26:10 +0200 Subject: Initial commit --- images/paste/uwsgi/pb.ini | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 images/paste/uwsgi/pb.ini (limited to 'images/paste/uwsgi') diff --git a/images/paste/uwsgi/pb.ini b/images/paste/uwsgi/pb.ini new file mode 100644 index 0000000..b035e38 --- /dev/null +++ b/images/paste/uwsgi/pb.ini @@ -0,0 +1,7 @@ +[uwsgi] +socket = [::]:10002 +mountpoint = /app/pb +module = pb.run:app +plugins = python3 +processes = 4 +threads = 4 -- cgit v1.2.3