This commit is contained in:
William Mantly
2016-06-17 01:05:53 -04:00
parent 3ff71a5114
commit 61af6f62b6
3 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,6 @@ 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 "</VirtualHost>" >> /etc/apache2/sites-enabled/$name.conf
service apache2 restart
/usr/sbin/service apache2 restart
exit 0