summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2018-06-13 13:16:17 +0200
committerMarkus Krogh <markus@nordu.net>2018-06-13 13:16:17 +0200
commit1fa917e74b54bb8f34cf4a4edffe44ac1779c812 (patch)
tree4b2a38fc237c68fd8c472667d5bcde17ee62e3c3
parent3e7334d5844be3e565e61f5dc5e4e37abf4ed4fd (diff)
Remove unused conf
-rw-r--r--other_conf/uwsgi.conf18
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