1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 23:55:24 +00:00

Move default nginx conf out of enabled dir

This commit is contained in:
Joshua Santos 2015-06-28 21:50:50 -07:00
parent c13ccf783e
commit b7ced3d575

View file

@ -36,6 +36,7 @@ source venv/bin/activate
pip install -r conf/requirements.txt pip install -r conf/requirements.txt
python manage.py migrate python manage.py migrate
sudo chown -R www-data:www-data /srv/webvirtcloud sudo chown -R www-data:www-data /srv/webvirtcloud
sudo rm /etc/nginx/sites-enabled/default
``` ```
Restart services for running WebVirtCloud: Restart services for running WebVirtCloud: