add template and remove my actual caddyfile

This commit is contained in:
Expand 2023-09-22 09:46:22 +10:00
parent 319ccbac29
commit ed606a3469
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
caddyfile/Caddyfile

View file

@ -0,0 +1,12 @@
example.test {
reverse_proxy 10.10.0.24:8787
}
examplessl.test {
reverse_proxy 10.10.0.189:8096 {
transport http {
tls_insecure_skip_verify
}
}
}