adding localhost to Caddyfile

This commit is contained in:
Patrick McGuire
2021-10-24 12:02:46 -04:00
parent 463190f0fb
commit 9579dd86d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ install_Caddyfile() {
fi
HASHWORD=$(caddy hash-password -plaintext ${CADDY_PWD})
cat << EOF > /etc/caddy/Caddyfile
http://birdnetpi.local ${BIRDNETPI_URL} {
http://localhost http://birdnetpi.local ${BIRDNETPI_URL} {
root * ${EXTRACTED}
file_server browse
basicauth /Processed* {