13 lines
211 B
Caddyfile
13 lines
211 B
Caddyfile
# Replace the example domains with your real webhook and Mini App hostnames.
|
|
app.example.com {
|
|
encode zstd gzip
|
|
|
|
reverse_proxy backend:8080
|
|
}
|
|
|
|
web.example.com {
|
|
encode zstd gzip
|
|
|
|
reverse_proxy frontend:80
|
|
}
|