mirror of
https://github.com/Expand-sys/caddyconfigure
synced 2026-03-22 12:37:14 +11:00
add template and remove my actual caddyfile
This commit is contained in:
parent
319ccbac29
commit
ed606a3469
2 changed files with 13 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
caddyfile/Caddyfile
|
||||||
12
caddyfile/Caddyfile.rename-me
Normal file
12
caddyfile/Caddyfile.rename-me
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue