11 lines
279 B
Caddyfile
11 lines
279 B
Caddyfile
# Replace the example domains below with your real webhook and Mini App hostnames.
|
|
webhook.domain.com {
|
|
encode zstd gzip
|
|
reverse_proxy remnawave-tg-shop:{$WEB_SERVER_PORT:8080}
|
|
}
|
|
|
|
app.domain.com {
|
|
encode zstd gzip
|
|
reverse_proxy remnawave-tg-shop:{$WEBAPP_SERVER_PORT:8081}
|
|
}
|