Skip to content

Instantly share code, notes, and snippets.

@fellipeh
Created April 11, 2014 13:24
Show Gist options
  • Save fellipeh/10468607 to your computer and use it in GitHub Desktop.
Save fellipeh/10468607 to your computer and use it in GitHub Desktop.
apache2
<VirtualHost *:80>
ServerAdmin contato@dig.com.br
ServerName dig.com.br
ServerAlias www.dig.com.br
WSGIScriptAlias / var/www/django/dig/dig/wsgi.py
Alias /static/ /var/www/django/dig/dig/static_files/
<Location "/static/">
Options -Indexes
</Location>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment