Add Caddyfiles
This commit is contained in:
parent
83b2199a99
commit
9bc656c3da
3 changed files with 96 additions and 0 deletions
10
caddy/Caddyfile
Normal file
10
caddy/Caddyfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
https://, ядро.орг, *.ядро.орг {
|
||||
tls internal
|
||||
encode gzip zstd
|
||||
|
||||
import Caddyfile.yadro localhost:8000
|
||||
}
|
||||
|
||||
http://localhost:9000 {
|
||||
import Caddyfile.puppies localhost:9001-9010
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue