test ci
Some checks failed
Build Docker / deploy (push) Failing after 37s
Build Docker / build (push) Has been skipped

This commit is contained in:
2026-03-06 13:41:50 +03:00
parent ea06c16aac
commit 0794517f69
4 changed files with 29 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
ru.homyk.space {
encode gzip
# --- API ---
handle_path /api/* {
reverse_proxy backend:8000
}
# --- Frontend ---
root * /srv
file_server
log {
output stdout
format console
}
}