Initial: Caddy + FRP Server (WSS) + Chisel Server
This commit is contained in:
commit
00a5904999
5 changed files with 78 additions and 0 deletions
14
Caddyfile
Normal file
14
Caddyfile
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue