projects
/
mlpccg-meta.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2391f
)
initial uwsgi config
author
Jess
<jessicatz.fairymeadow@gmail.com>
Fri, 29 Aug 2014 18:54:59 +0000
(20:54 +0200)
committer
Jess
<jessicatz.fairymeadow@gmail.com>
Fri, 29 Aug 2014 18:54:59 +0000
(20:54 +0200)
data/uwsgi.ini
[new file with mode: 0644]
patch
|
blob
diff --git a/data/uwsgi.ini
b/data/uwsgi.ini
new file mode 100644
(file)
index 0000000..
fc16f41
--- /dev/null
+++ b/
data/uwsgi.ini
@@ -0,0
+1,7
@@
+[uwsgi]
+chdir=/home/jessicatz/mlpccg-meta
+module=mlpccg-web.wsgi:application
+master=True
+pidfile=/tmp/project-master.pid
+vacuum=True
+max-requests=5000