This commit is contained in:
2022-11-22 13:03:22 +08:00
parent c1da1c4211
commit 4784078dc7
50 changed files with 30484 additions and 8520 deletions

6
Caddyfile Normal file
View File

@@ -0,0 +1,6 @@
:8082 {
route {
reverse_proxy /api/* localhost:8081
reverse_proxy localhost:3000
}
}