Skip to content

Commit

Permalink
fix: add reverse proxy for invidious companion
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxbits committed Jan 11, 2025
1 parent aac8852 commit 7d1e6fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/caddy/Caddyfile.extra
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ yt.ajax.casa {
reverse_proxy 127.0.0.1:6666
encode gzip zstd
}

companion.yt.ajax.casa {
import cloudflare
reverse_proxy 127.0.0.1:8282
encode gzip zstd
}

0 comments on commit 7d1e6fe

Please sign in to comment.