Atualizar web/Caddyfile

This commit is contained in:
2026-08-19 21:11:07 -03:00
parent 1c00653eaa
commit f0d514f6ec
+5
View File
@@ -26,6 +26,11 @@
handle_path /oauth/callback {
reverse_proxy backend:8000
}
handle_path /auth/* {
root * /srv/auth
file_server
}
handle_path /health {
reverse_proxy backend:8000