diff --git a/install/pialert_front.conf b/install/pialert_front.conf index 7f0b9ab9a..05a1f1b7a 100644 --- a/install/pialert_front.conf +++ b/install/pialert_front.conf @@ -7,6 +7,6 @@ # Puche 2021 pi.alert.application@gmail.com GNU GPLv3 # ------------------------------------------------------------------------------ -$HTTP["host"] == "pi.alert" { +$HTTP["host"] =~ "pi\.alert" { server.document-root = "/var/www/html/pialert/" }