mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
13 lines
516 B
Plaintext
Executable File
13 lines
516 B
Plaintext
Executable File
# ------------------------------------------------------------------------------
|
|
# Pi.Alert
|
|
# Open Source Network Guard / WIFI & LAN intrusion detector
|
|
#
|
|
# pialert_front.conf - lighttpd domain redirection
|
|
# ------------------------------------------------------------------------------
|
|
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
|
|
# ------------------------------------------------------------------------------
|
|
|
|
$HTTP["host"] == "pi.alert" {
|
|
server.document-root = "/var/www/html/"
|
|
}
|