test19
All checks were successful
Build Docker / deploy (push) Successful in 55s
Build Docker / build (push) Successful in 28s

This commit is contained in:
2026-03-06 21:56:06 +03:00
parent f945cdd58f
commit 8f6b8c99a9

View File

@@ -1,10 +1,12 @@
ru.homyk.space { http://ru.homyk.space {
redir https://ru.homyk.space{uri} permanent
}
https://ru.homyk.space {
encode gzip encode gzip
# --- API --- # --- API ---
handle_path /api/* { handle_path /api/* {
reverse_proxy backend:8000 reverse_proxy backend:${PORT}
} }
# --- Frontend --- # --- Frontend ---