Skip to content
Snippets Groups Projects
Commit 483248bd authored by Nadja Geisler's avatar Nadja Geisler :sunny:
Browse files

add uwsgi config file

parent cd5eaf57
No related branches found
No related tags found
No related merge requests found
[uwsgi]
plugin = python3
socket = 127.0.0.1:8080
chdir = /srv/AKPlanning/AKPlanning
wsgi-file = AKPlanning/wsgi.py
touch-reload = %(wsgi-file)
virtualenv = env/
env = DJANGO_SETTINGS_MODULE=AKPlanning.settings_production
processes = 4
threads = 2
uid = django
gid = django
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment