From ed08058afb7ab80f431f60f87ec1f5466694b585 Mon Sep 17 00:00:00 2001 From: txtsd Date: Sat, 3 Sep 2022 22:02:35 +0530 Subject: [PATCH] Added instructions for Caddy --- Reverse-Proxy.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index ec9f77b..529b2ab 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -4,6 +4,15 @@ *** +**Caddy:** +Edit your Caddyfile. sub.domain.tld is your site. + + sub.domain.tld { + reverse_proxy 127.0.0.1:9117 + } + +*** + **Nginx:** To configure Nginx as a reverse proxy to forward requests to your Jackett app, modify `/etc/nginx/sites-available/default`