Skip to content

Commit

Permalink
add uwsgi config file
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 6, 2014
1 parent b4ee559 commit 778fb08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions copy/opt/local/etc/uwsgi/kumquat.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[uwsgi]
chdir=/opt/kumquat
module=%n.wsgi:application
protocol=http
socket=127.0.0.1:9000
master=True
vacuum=True
max-requests=5000
uid=www
gid=www

0 comments on commit 778fb08

Please sign in to comment.