Update INSTALL.md

This commit is contained in:
pucherot
2021-01-18 22:12:40 +01:00
committed by GitHub
parent 57105cb6a4
commit 3501ebdf25

View File

@@ -169,7 +169,7 @@ block is not necessary
the pi.alert to your raspberry, youy must configure lighttpd to redirect the pi.alert to your raspberry, youy must configure lighttpd to redirect
these requests to the correct pialert web folder 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 sudo ln -s ../conf-available/pialert_front.conf /etc/lighttpd/conf-enabled/pialert_front.conf
/etc/init.d/lighttpd restart /etc/init.d/lighttpd restart
``` ```