summaryrefslogtreecommitdiff
path: root/config/django.ini
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-07-15 14:16:40 +0000
committerluxagraf <sng@luxagraf.net>2015-07-15 14:16:40 +0000
commit9b268ceb5bb1abe13657a187653dbe99bb5638bc (patch)
treeceef74831ca0d4647422bce051500bfc4de787ea /config/django.ini
parent68361e252c5fae432e30bb88ce86b3d9ac073f28 (diff)
removed adventure menu item and added content to about. added uwsgi config file
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..83db606
--- /dev/null
+++ b/config/django.ini
@@ -0,0 +1,30 @@
+# django.ini file
+[uwsgi]
+
+# master
+master = true
+
+# maximum number of processes
+processes = 3
+
+# the socket (use the full path to be safe)
+socket = /tmp/uwsgi.sock
+
+# with appropriate permissions - *may* be needed
+chmod-socket = 664
+
+# the base directory
+chdir = /home/lxf/apps/luxagraf
+
+# django's wsgi file
+module =config.wsgi
+
+# the virtualenv
+home = /home/lxf/apps/luxagraf/venv
+
+buffer-size =32768
+plugin=python
+limit-as = 2048
+# clear environment on exit
+vacuum = true
+