1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-22 07:29:19 +00:00

Added instructions for Caddy

txtsd 2022-09-03 22:02:35 +05:30
parent 94ef7d0eb4
commit ed08058afb

@ -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`