Files
2023-10-25 13:46:13 +02:00

5 lines
97 B
Caddyfile

resource.yourdomain.tld {
handle_path /yt-dlp-webui/* {
reverse_proxy 127.0.0.1:3033
}
}