Skip to content

Instantly share code, notes, and snippets.

Created March 14, 2013 19:29
Show Gist options
  • Save anonymous/5164403 to your computer and use it in GitHub Desktop.
Save anonymous/5164403 to your computer and use it in GitHub Desktop.
/etc/apache2/sites-available/mysite
<VirtualHost *:80>
DocumentRoot /home/pi/django/mysite
WSGIScriptAlias / /home/pi/django/mysite/django.wsgi
<Directory /home/pi/django/mysite>
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment