Create uswgi2.ini

This commit is contained in:
Chris Hutchison 2018-04-15 16:45:48 -04:00 committed by GitHub
parent 483f0289cc
commit 27cd204f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
uswgi2.ini Normal file
View File

@ -0,0 +1,12 @@
[uwsgi]
http = :5000
master = true
; set to `nproc`
processes = 4
cache2 = name=hash,items=1024,blocksize=32
; you may change this
spooler = /tmp/isso/mail
module = isso.dispatch
; uncomment if you use a virtual environment
; virtualenv = /path/to/isso
env = ISSO_SETTINGS=/path/to/isso.cfg