diff options
-rw-r--r-- | python/uwsgi.ini | 10 |
1 files changed, 10 insertions, 0 deletions
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 |