Boost Azure Demo

This commit is contained in:
MangoPig
2026-05-25 17:05:06 +01:00
parent 675285e99d
commit 4f79137d89
230 changed files with 43275 additions and 2644 deletions

View File

@@ -7,7 +7,11 @@
respond "ok" 200
}
handle_path /api/* {
reverse_proxy {$BACKEND_UPSTREAM}
}
handle {
reverse_proxy {$FRONTEND_UPSTREAM}
}
}
}