Created
March 28, 2013 21:10
-
-
Save mchestr/5266818 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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