From b7ced3d575674eb05f5deabbb5b39e66ee104bba Mon Sep 17 00:00:00 2001 From: Joshua Santos Date: Sun, 28 Jun 2015 21:50:50 -0700 Subject: [PATCH] Move default nginx conf out of enabled dir --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2bd2de..18bd4f0 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ source venv/bin/activate pip install -r conf/requirements.txt python manage.py migrate sudo chown -R www-data:www-data /srv/webvirtcloud +sudo rm /etc/nginx/sites-enabled/default ``` Restart services for running WebVirtCloud: