Initial: Caddy + FRP Server (WSS) + Chisel Server

This commit is contained in:
sascha 2026-04-09 22:01:00 +02:00
commit 00a5904999
5 changed files with 78 additions and 0 deletions

14
Caddyfile Normal file
View file

@ -0,0 +1,14 @@
test.sascha-lutz.de {
reverse_proxy localhost:18097 {
flush_interval -1
transport http {
read_buffer 64kb
}
}
log {
output file /var/log/caddy/test.sascha-lutz.de.log {
roll_size 50MiB
roll_keep 3
}
}
}