Skip to content

Instantly share code, notes, and snippets.

@mchestr
Created March 28, 2013 21:10
Show Gist options
  • Save mchestr/5266818 to your computer and use it in GitHub Desktop.
Save mchestr/5266818 to your computer and use it in GitHub Desktop.
WSGIScriptAlias / /var/www/shoal_wsgi.py
WSGIDaemonProcess shoal user=www-data group=www-data threads=10 processes=1
Alias /static /var/www/shoal-server/static/
AddType text/html .py
<Directory /var/www/shoal-server/>
Order deny,allow
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment