mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2024-12-21 09:20:12 +00:00
parent
d250ed645a
commit
6f4bab41d5
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
|
Loading…
Reference in New Issue
Block a user