Merge branch 'main' of https://github.com/pucherot/Pi.Alert into main

This commit is contained in:
pucherot
2021-01-18 22:14:39 +01:00

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
``` ```