Use a config file for uwsgi.
This commit is contained in:
10
web/mailman-web/uwsgi.ini
Normal file
10
web/mailman-web/uwsgi.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
[uwsgi]
|
||||
http = :8000
|
||||
chdir = /opt/mailman-web
|
||||
wsgi-file = wsgi.py
|
||||
process = 2
|
||||
threads = 2
|
||||
uid = 1000
|
||||
gid = 1000
|
||||
req-log = file:/opt/mailman-web-data/uwsgi.log
|
||||
error-log = file:/opt/mailman-web-data/uwsgi-error.log
|
||||
Reference in New Issue
Block a user