added example nginx and caddy configs

This commit is contained in:
2023-10-25 13:46:13 +02:00
parent 2f8b4cd1d6
commit d47b8496a7
3 changed files with 43 additions and 0 deletions

5
examples/Caddyfile Normal file
View File

@@ -0,0 +1,5 @@
resource.yourdomain.tld {
handle_path /yt-dlp-webui/* {
reverse_proxy 127.0.0.1:3033
}
}