Files
tfm_ainventory/config/Caddyfile
Daniel Bedeleanu 81b775c9ae Build [v1.8.0]
2026-04-13 19:23:48 +03:00

13 lines
258 B
Caddyfile

# TFM aInventory - Caddy Self-Signed Internal Proxy
# This replaces the need for `local-ssl-proxy` in Node.
:{$FRONTEND_SSL_PORT} {
tls internal
reverse_proxy frontend:3000
}
:{$BACKEND_SSL_PORT} {
tls internal
reverse_proxy backend:8000
}