From 1fa917e74b54bb8f34cf4a4edffe44ac1779c812 Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Wed, 13 Jun 2018 13:16:17 +0200 Subject: Remove unused conf --- other_conf/uwsgi.conf | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 other_conf/uwsgi.conf 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 -- cgit v1.1