From 210085b854e9856796a3bfda1f9f48a6dacb83be Mon Sep 17 00:00:00 2001 From: kaso17 Date: Tue, 7 Nov 2017 12:10:28 +0100 Subject: [PATCH] Add Running Jackett behind a reverse proxy --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 94964d1b6..660c607a3 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,16 @@ Detailed instructions are available at [LinuxServer.io Jackett Docker](https://h ## Installation on Synology Jackett is available as beta package from [SynoCommunity](https://synocommunity.com/) +## Running Jackett behind a reverse proxy +When running jackett behind a reverse proxy make sure that the original hostname of the request is passed to Jackett. If HTTPS is used also set the X-Forwarded-Proto header to "https". Don't forget to adjust the "Base Path Override" Jackett option accordingly. + +Example config for apache: +``` +ProxyPreserveHost On +RequestHeader set X-Forwarded-Proto "https" +ProxyPass /jackett http://127.0.0.1:9117/ +``` + ## Troubleshooting * __Command line switches__