From 3501ebdf2505c312f0360991bc4dd5056ea8930c Mon Sep 17 00:00:00 2001 From: pucherot Date: Mon, 18 Jan 2021 22:12:40 +0100 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```