mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:29:36 +00:00
14
uwsgi.ini
14
uwsgi.ini
@@ -1,8 +1,8 @@
|
||||
[uwsgi]
|
||||
; chdir = /app
|
||||
module=config.wsgi:application
|
||||
master=True
|
||||
pidfile=/tmp/project-master.pid
|
||||
vacuum=True
|
||||
max-requests=5000
|
||||
socket = :8080
|
||||
module = config.wsgi:application
|
||||
master = True
|
||||
pidfile = /tmp/project-master.pid
|
||||
vacuum = True
|
||||
max-requests = 5000
|
||||
socket = :8080
|
||||
buffer-size = 8192
|
||||
Reference in New Issue
Block a user