mirror of
https://github.com/ION606/sharing.git
synced 2026-05-14 21:56:54 +00:00
11 lines
146 B
Caddyfile
11 lines
146 B
Caddyfile
|
|
(tempfiles.ion606.com) {
|
||
|
|
encode gzip zstd
|
||
|
|
reverse_proxy lufi:8758
|
||
|
|
}
|
||
|
|
|
||
|
|
(bin.ion606.com) {
|
||
|
|
encode gzip zstd
|
||
|
|
reverse_proxy privatebin:8758
|
||
|
|
}
|
||
|
|
|