teamplayer: Try to optimize wsgi config for file uploads (again)
This commit is contained in:
parent
100e5d9a44
commit
3c22dab4cf
|
@ -4,7 +4,7 @@ ProxyPass /repo/ http://localhost:8000/repo/
|
|||
|
||||
<VirtualHost *>
|
||||
DocumentRoot TP_HOME/web/
|
||||
WSGIDaemonProcess TP_USER user=TP_USER group=TP_USER processes=5 threads=1
|
||||
WSGIDaemonProcess TP_USER user=TP_USER group=TP_USER processes=1 threads=5
|
||||
WSGIScriptAlias / TP_HOME/teamplayer.wsgi
|
||||
|
||||
<Location "/">
|
||||
|
|
Loading…
Reference in New Issue