aboutsummaryrefslogtreecommitdiffstats
path: root/python/uwsgi.ini
blob: 017979ad1ab63220a606a48320908a3388d0407d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# uwsgi is used in production deployment, in combination with pipenv (which
# generates the .venv file)

[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
buffer-size = 32768