Added docs on removing default site

This commit is contained in:
laf
2015-03-09 15:26:40 +00:00
parent 25508a3d03
commit cedd13e14b
@@ -117,6 +117,10 @@ Change `librenms.example.com` to the appropriate hostname for your domain, then
a2enmod rewrite a2enmod rewrite
service apache2 restart 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.) (To get to your LibreNMS install externally, you'll also need add it to your DNS or hosts file.)
### Manual vs. web installer ### ### Manual vs. web installer ###