From cedd13e14b1517fbbcfb78a26854028e3656c437 Mon Sep 17 00:00:00 2001 From: laf Date: Mon, 9 Mar 2015 15:26:40 +0000 Subject: [PATCH] Added docs on removing default site --- doc/Installation/Installation-(Debian-Ubuntu).md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Installation/Installation-(Debian-Ubuntu).md b/doc/Installation/Installation-(Debian-Ubuntu).md index 000d947a0..8fc6f9dc8 100644 --- a/doc/Installation/Installation-(Debian-Ubuntu).md +++ b/doc/Installation/Installation-(Debian-Ubuntu).md @@ -117,6 +117,10 @@ Change `librenms.example.com` to the appropriate hostname for your domain, then a2enmod rewrite service apache2 restart +If this is the only site you are hosting on this server (it should be :)) then you will need to disable the default site setup in Ubuntu: + + a2dissite 000-default + (To get to your LibreNMS install externally, you'll also need add it to your DNS or hosts file.) ### Manual vs. web installer ### @@ -174,4 +178,4 @@ That's it! You now should be able to log in to http://librenms.example.com/. P [1]: https://github.com/Atrato/observium-poller-wrapper [2]: http://git-scm.com/book -[3]: http://gitready.com/ \ No newline at end of file +[3]: http://gitready.com/