mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-07-25 15:04:31 +00:00
5 lines
97 B
Caddyfile
5 lines
97 B
Caddyfile
resource.yourdomain.tld {
|
|
handle_path /yt-dlp-webui/* {
|
|
reverse_proxy 127.0.0.1:3033
|
|
}
|
|
} |