fix caddy 0.131
All checks were successful
Build Docker / deploy (push) Successful in 39s
Build Docker / build (push) Successful in 34s

This commit is contained in:
2026-03-19 01:22:49 +03:00
parent 1eba5623a3
commit bd9210a3b5

View File

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