Skip to content
Snippets Groups Projects
uwsgi.ini 147 B
Newer Older
  • Learn to ignore specific revisions
  • [uwsgi]
    socket = 0.0.0.0:3035
    wsgi-file = AKPlanning/wsgi.py
    env = DJANGO_SETTINGS_MODULE=AKPlanning.settings_production
    processes = 4
    threads = 2