We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A quick modification would permit any subdomains of pi.alert to direct properly in lighttpd.
If you change install/pialert_front.conf to:
# ------------------------------------------------------------------------------ # 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/" }
Some web browsers like to prepend "www" to domains and this might help.
The text was updated successfully, but these errors were encountered:
match all domains ending in pi.alert in lighttpd
76ae94b
causes lighttpd to match any subdomain of pi.alert (e.g. www.pi.alert) to this virtual server this addresses issue pucherot#54
Sorry, but I think this is not necessary.
Sorry, something went wrong.
pucherot
No branches or pull requests
A quick modification would permit any subdomains of pi.alert to direct properly in lighttpd.
If you change install/pialert_front.conf to:
Some web browsers like to prepend "www" to domains and this might help.
The text was updated successfully, but these errors were encountered: