mirror of
https://github.com/Jackett/Jackett
synced 2025-01-22 07:29:19 +00:00
Added instructions for Caddy
parent
94ef7d0eb4
commit
ed08058afb
1 changed files with 9 additions and 0 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue