Skip to content

Instantly share code, notes, and snippets.

@wmantly
Created June 9, 2016 17:57
Show Gist options
  • Select an option

  • Save wmantly/9a5af39fa4d609eca6feeeb205409b69 to your computer and use it in GitHub Desktop.

Select an option

Save wmantly/9a5af39fa4d609eca6feeeb205409b69 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
# ServerAdmin [email protected]
ServerName bytedev.co
# ServerAlias www.site.com
Alias /static /var/www/gitwrapper/staticfiles
WSGIDaemonProcess gitwrapper python-path=/var/www/gitwrapper:/var/www/gitwrapper/env/lib/python3.4/site-packages
WSGIProcessGroup gitwrapper
WSGIScriptAlias / /var/www/gitwrapper/project/wsgi.py
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment