]> git.parisson.com Git - telecaster-instance.git/commitdiff
add uswgi nuc
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 7 Nov 2013 23:11:52 +0000 (00:11 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 7 Nov 2013 23:11:52 +0000 (00:11 +0100)
uwsgi.ini [new file with mode: 0644]

diff --git a/uwsgi.ini b/uwsgi.ini
new file mode 100644 (file)
index 0000000..5dd2db1
--- /dev/null
+++ b/uwsgi.ini
@@ -0,0 +1,25 @@
+# mysite_uwsgi.ini file
+[uwsgi]
+
+projectdomain = telecasting.parisson.com
+
+# Django-related settings
+# the base directory (full path)
+chdir           = /usr/local/lib/telecaster/instance/
+# Django's wsgi file
+module          = wsgi
+# the virtualenv (full path)
+#home            = /home/parisson/apps/icpmedia/
+
+# process-related settings
+# master
+master          = true
+# maximum number of worker processes
+processes       = 4
+# the socket (use the full path to be safe
+socket          = /usr/local/lib/telecaster/instance/sock/icpmedia.sock
+# ... with appropriate permissions - may be needed
+chmod-socket    = 664
+# clear environment on exit
+vacuum          = true
+buffer-size    = 32768