fix caddy file 0.134
All checks were successful
Build Docker / deploy (push) Successful in 48s
Build Docker / build (push) Successful in 42s

This commit is contained in:
2026-03-19 01:43:57 +03:00
parent efd8510853
commit d30af82765

View File

@@ -8,14 +8,16 @@ https://ru.homyk.space {
reverse_proxy backend:{$PORT}
}
handle /main/* {
handle_path /main/* {
root * /srv/main
file_server
}
handle / {
handle_path {
root * /srv/auth
file_server
file_server {
index login.html
}
}
log {