# Caddy issues and renews TLS certificates automatically for any real hostname.
# Replace the examples below with your own, then restart the stack.

app.example.com {
	reverse_proxy host.docker.internal:8080
}

# Local-only site on plain HTTP (no certificate needed):
# http://nas.lan {
# 	reverse_proxy 192.168.1.10:5000
# }
