fix caddyfile 0.130
All checks were successful
Build Docker / deploy (push) Successful in 50s
Build Docker / build (push) Successful in 32s

This commit is contained in:
2026-03-19 01:16:07 +03:00
parent c762662231
commit 1eba5623a3

View File

@@ -8,13 +8,13 @@ https://ru.homyk.space {
reverse_proxy backend:{$PORT}
}
handle /auth/* {
root * /srv/auth
handle /main {
root * /srv/main
file_server
}
handle / {
root * /srv/main
root * /srv/auth
file_server
}