From 46bdac5aa8fb84dcb541a88182841b675e59b256 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 16 Jun 2016 19:07:58 -0400 Subject: [PATCH] stuff --- routes/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/create.sh b/routes/create.sh index 73f8858..3f5ebf1 100644 --- a/routes/create.sh +++ b/routes/create.sh @@ -28,7 +28,7 @@ chmod 777 db.sqlite3 echo "" > /etc/apache2/sites-enabled/$name.conf echo " ServerName $name.staging.bytedev.co" >> /etc/apache2/sites-enabled/$name.conf echo " Alias /static /var/www/gitwrapper/$name/staticfiles" >> /etc/apache2/sites-enabled/$name.conf -echo " WSGIDaemonProcess $name python-path=/var/www/gitwrapper/$name:/var/www/gitwrapper/$name/env/lib/python3.4/site-packages" >> /etc/apache2/sites-enabled/$name.conf +echo " WSGIDaemonProcess $name python-path=/var/www/gitwrapper/$name:/var/www/gitwrapper/$name/env/lib/python3.5/site-packages" >> /etc/apache2/sites-enabled/$name.conf echo " WSGIProcessGroup $name" >> /etc/apache2/sites-enabled/$name.conf echo " WSGIScriptAlias / /var/www/gitwrapper/$name/project/wsgi.py" >> /etc/apache2/sites-enabled/$name.conf echo "" >> /etc/apache2/sites-enabled/$name.conf