caddy handle path
All checks were successful
Build Docker / deploy (push) Successful in 44s
Build Docker / build (push) Successful in 29s

This commit is contained in:
2026-03-07 18:54:05 +03:00
parent 0eb142696a
commit 0f92159735

View File

@@ -5,7 +5,7 @@ https://ru.homyk.space {
encode gzip encode gzip
# --- API --- # --- API ---
handle /api/* { handle_path /api/* {
reverse_proxy backend:{$PORT} reverse_proxy backend:{$PORT}
} }