Last active
October 6, 2015 09:17
-
-
Save creimers/fac8cff8072180246d2d to your computer and use it in GitHub Desktop.
apache django config
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
SetEnv DATABASE_URL mysql://db:db@localhost:3306/db | |
WSGIDaemonProcess djangocms python-path=/var/www/vhosts/project_folder/project:/var/www/vhosts/project_folder/project/env/lib/python3.4/site-packages | |
WSGIProcessGroup djangocms | |
WSGIScriptAlias / /var/www/vhosts/project_folder/project/marktzeit/wsgi.py | |
Alias /media/ /var/www/vhosts/project_folder/project/media/ | |
Alias /static/ /var/www/vhosts/project_folder/project/static/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment