diff options
author | Jordan <me@jordan.im> | 2019-11-15 23:14:47 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2019-11-15 23:14:47 -0700 |
commit | 449935314000fa6391b989f0b90257d15b5c4ffe (patch) | |
tree | 33d5431d2c02b689c6feb82d72f111b7a1f07a8d /uwsgi.ini.example | |
download | ft-bypass-449935314000fa6391b989f0b90257d15b5c4ffe.tar.gz ft-bypass-449935314000fa6391b989f0b90257d15b5c4ffe.zip |
initial commit
Diffstat (limited to 'uwsgi.ini.example')
-rw-r--r-- | uwsgi.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/uwsgi.ini.example b/uwsgi.ini.example new file mode 100644 index 0000000..93957e0 --- /dev/null +++ b/uwsgi.ini.example @@ -0,0 +1,7 @@ +[uwsgi] +http = 127.0.0.1:8085 +processes = 12 +threads = 4 +wsgi-file = run.py +callable = APP +master = true |