# Replace the example domains below with your real webhook and Mini App hostnames.
webhook.domain.com {
	encode zstd gzip
	reverse_proxy remnawave-minishop:{$WEB_SERVER_PORT:8080}
}

app.domain.com {
	encode zstd gzip
	reverse_proxy remnawave-minishop:{$WEBAPP_SERVER_PORT:8081}
}
