split Caddyfile

This commit is contained in:
2024-12-04 22:17:05 +01:00
parent 10bb430d43
commit dde85a43e1
7 changed files with 107 additions and 105 deletions

9
caddy/conf/layer4.caddy Normal file
View File

@@ -0,0 +1,9 @@
(layer4) {layer4 {
:443 {
@openvpn openvpn
route @openvpn {
proxy host:444 # Proxy OpenVPN traffic to its backend
}
}
}
}