separate tar and install folders

This commit is contained in:
pucherot
2021-01-18 19:41:02 +01:00
parent 9ab7e01255
commit df33d07915
7 changed files with 66 additions and 24 deletions

View File

@@ -0,0 +1,12 @@
<!-- ---------------------------------------------------------------------------
# Pi.Alert
# Open Source Network Guard / WIFI & LAN intrusion detector
#
# index.html - Redirect file to pialert subdirectory
#-------------------------------------------------------------------------------
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
#--------------------------------------------------------------------------- -->
$HTTP["host"] == "pi.alert" {
server.document-root = "/var/www/html/pialert/"
}