blob: 7aa63ae767e5c5b4802634dadaf0c346af67acf3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[uwsgi]
# Exposed ports
http = :4000
# File settings
wsgi = pysite.wsgi:application
chdir = /app
# Concurrency options
master = true
threads = 4
auto-procname = true
# Startup settings
need-app = true
|