diff options
-rw-r--r-- | other_conf/uwsgi.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/other_conf/uwsgi.conf b/other_conf/uwsgi.conf deleted file mode 100644 index ad48d13..0000000 --- a/other_conf/uwsgi.conf +++ /dev/null @@ -1,18 +0,0 @@ -[uwsgi] -# Django-related settings -plugins = python -protocol = uwsgi -# the base directory (full path) -chdir = /app/ -# Django's wsgi file -wsgi-file = /app/pwman/wsgi.py -# process-related settings -# master -master = true -# maximum number of worker processes -processes = 5 -#threads = 2 -max-requests = 5000 -# the socket (use the full path to be safe -socket = 0.0.0.0:8000 -#socket = /opt/pwman/pwman.sock |