Listen 8000 WSGIProcessGroup nailgun WSGIDaemonProcess nailgun user=<%= node.nailgun.user %> group=<%= node.nailgun.group %> python-path=<%= node.nailgun.root %> Alias /static/ <%= node.nailgun.root %>/static/ ErrorLog <%= node.nailgun.logfile %> CustomLog <%= node.nailgun.logfile %> common /static> Order deny,allow Allow from all WSGIScriptAlias / <%= node.nailgun.root %>/wsgi.py LogLevel debug