test 12
All checks were successful
Build Docker / deploy (push) Successful in 41s
Build Docker / build (push) Successful in 28s

This commit is contained in:
2026-03-06 18:10:30 +03:00
parent cf4e9a743a
commit 6ee981a63c

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
}
}