From f37cef364da5bdbc6e03b4fb60729ba825eae39e Mon Sep 17 00:00:00 2001 From: bohdan-s Date: Fri, 20 Jun 2014 23:41:22 +1000 Subject: [PATCH] Update INSTALL_LIGHTTPD.md Fix spelling mistake --- doc/INSTALL_LIGHTTPD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL_LIGHTTPD.md b/doc/INSTALL_LIGHTTPD.md index d71f0efaf..d1d8ad949 100644 --- a/doc/INSTALL_LIGHTTPD.md +++ b/doc/INSTALL_LIGHTTPD.md @@ -95,7 +95,7 @@ Next, add the following to `/etc/lighttpd/librenms.conf` Next, add the following to `/etc/lighttpd/lighttpd.conf` - $HTTP["host"] == "exmple.com" { include "librenms.conf" } + $HTTP["host"] == "example.com" { include "librenms.conf" } And enable mod_rewrite by uncommenting # "mod_rewrite",