aboutsummaryrefslogtreecommitdiff
path: root/config/django.ini
diff options
context:
space:
mode:
Diffstat (limited to 'config/django.ini')
-rw-r--r--config/django.ini30
1 files changed, 30 insertions, 0 deletions
diff --git a/config/django.ini b/config/django.ini
new file mode 100644
index 0000000..9f87519
--- /dev/null
+++ b/config/django.ini
@@ -0,0 +1,30 @@
+# django.ini file
+[uwsgi]
+
+# maximum number of processes
+processes = 4
+max-requests = 5000
+enable-threads = true
+# the socket (use the full path to be safe)
+uid = www-data
+gid = www-data
+
+socket = /tmp/uwsgi-luxnotes.sock
+chmod-socket = 664
+chown-socket = www-data:www-data
+
+# the base directory
+chdir = /home/lxf/sites/luxnotes.net
+
+# django's wsgi file
+module = config.wsgi
+# the virtualenv
+home = /home/lxf/sites/luxnotes.net/venv
+
+buffer-size =65535
+#plugin=python
+limit-as = 1024
+limit-post = 0
+# clear environment on exit
+vacuum = true
+logto = /var/log/uwsgi/lnotes.log