initial commit
This commit is contained in:
28
uwsgi-dev.ini
Normal file
28
uwsgi-dev.ini
Normal file
@@ -0,0 +1,28 @@
|
||||
[uwsgi]
|
||||
master = true
|
||||
chmod-socket = 660
|
||||
workers = 1
|
||||
reload-mercy = 30
|
||||
vacuum = 1
|
||||
auto-procname = true
|
||||
enable-threads = false
|
||||
lazy = 0
|
||||
no-orphans = true
|
||||
stats = 127.0.0.1:9191
|
||||
thunder-lock = false
|
||||
enable-threads = true
|
||||
|
||||
# dev settings
|
||||
python-autoreload = 1
|
||||
http = 127.0.0.1:8000
|
||||
if-env = VIRTUAL_ENV
|
||||
virtualenv = %(_)
|
||||
endif =
|
||||
|
||||
# Django settings
|
||||
env = DJANGO_SETTINGS_MODULE=smokee2el1771369278.settings.base
|
||||
module = smokee2el1771369278.wsgi:application
|
||||
|
||||
# Spoolers
|
||||
spooler = spooler
|
||||
spooler-chdir = %d
|
||||
Reference in New Issue
Block a user