changes acc. localhost & local file system

This commit is contained in:
Andreas Knuth
2024-02-28 14:49:56 -06:00
parent d83a03b455
commit b23100db72
4 changed files with 29 additions and 5 deletions

View File

@@ -13,4 +13,23 @@ git.bizmatch.net {
tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
}
}
dev.bizmatch.net {
root * /srv
file_server
try_files {path} {path}/ /index.html
encode gzip
tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
}
api-dev.bizmatch.net {
reverse_proxy host.docker.internal:3000
tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
}