--- /dev/null
+# 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