switch from nginx to caddy

This commit is contained in:
2024-12-19 16:10:41 +01:00
parent 856fdecbb5
commit d2dfd1a8e0
9 changed files with 160 additions and 40 deletions

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

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