fix caddyconf
All checks were successful
Build Docker / deploy (push) Successful in 42s
Build Docker / build (push) Successful in 32s

This commit is contained in:
2026-03-07 18:02:47 +03:00
parent 93df670182
commit 5b224f8c83

View File

@@ -6,7 +6,7 @@ https://ru.homyk.space {
# --- API --- # --- API ---
handle_path /api/* { handle_path /api/* {
reverse_proxy backend:${PORT} reverse_proxy backend:{$PORT}
} }
# --- Frontend --- # --- Frontend ---