Vielen Dank an euch für die Hinweise und Links! Sehr interessant!
Einen guten Rutsch nach 2026 wünsche ich!
Viele liebe Grüße
Mike
Einen guten Rutsch nach 2026 wünsche ich!
Viele liebe Grüße
Mike
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu*.example.com {
tls /usr/local/etc/caddy/certificates/68359499ac11f.pem /usr/local/etc/caddy/certificates/68359499ac11f.key {
}
@foo host foo.example.com
handle @foo {
reverse_proxy 192.168.13.1
}
@bar host bar.example.com
handle @bar {
reverse_proxy 192.168.13.1
}
# Fallback for otherwise unhandled domains
handle {
abort
}
}*.example.com {
tls /usr/local/etc/caddy/certificates/68359499ac11f.pem /usr/local/etc/caddy/certificates/68359499ac11f.key {
}
}
foo.example.com {
handle {
reverse_proxy 192.168.13.1 {
}
}
}
bar.example.com {
handle {
reverse_proxy 192.168.13.1 {
}
}
}