diff --git a/docs/INSTALL.md b/docs/INSTALL.md index b663228a..46d38e8a 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -169,7 +169,7 @@ block is not necessary the pi.alert to your raspberry, youy must configure lighttpd to redirect these requests to the correct pialert web folder ``` - sudo cp pialert/front/pialert_front.conf /etc/lighttpd/conf-available + sudo cp pialert/install/pialert_front.conf /etc/lighttpd/conf-available sudo ln -s ../conf-available/pialert_front.conf /etc/lighttpd/conf-enabled/pialert_front.conf /etc/init.d/lighttpd restart ```