Add caddy and clean up build

This commit is contained in:
2026-09-10 11:20:46 +02:00
parent 443a7c483a
commit d6cb4078bc
9 changed files with 49 additions and 57 deletions
+6
View File
@@ -0,0 +1,6 @@
:80 {
reverse_proxy localhost:5173
handle /php/* {
reverse_proxy localhost:8000
}
}