Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/deploy/staging/uwsgi.ini
blob: 123c730afbd0debbe93198b892749619cfb99274 (plain)
1
2
3
4
5
6
7
8
9
10
11
[uwsgi]
vhost = true
plugins = python
http-socket = 127.0.0.1:9001
master = true
enable-threads = true
processes = 2
wsgi-file = /home/ceibal/virtualenvs/polls/staging/webapp/webapp/wsgi.py
virtualenv = /home/ceibal/virtualenvs/polls/staging
chdir = /home/ceibal/virtualenvs/polls/staging/webapp
touch-reload = /home/ceibal/virtualenvs/polls/staging/reload