This commit is contained in:
2025-10-23 19:08:19 +07:00
parent f1cc5cab98
commit 642603ffee
4 changed files with 61 additions and 3 deletions

8
web/Caddyfile Normal file
View File

@@ -0,0 +1,8 @@
:80 {
root * /srv/web_build
try_files {path} /200.html
file_server
@health path /health
respond @health "ok" 200
}