From 6730243c55bad2c0e57be418270f88795b1aaf48 Mon Sep 17 00:00:00 2001 From: flightlevel Date: Tue, 14 Aug 2018 20:32:16 +1000 Subject: [PATCH] Add ProxyPreserveHost On for Apache --- Reverse-Proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index 2c365b9..029f31c 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -24,6 +24,7 @@ To configure Nginx as a reverse proxy to forward requests to your Jackett app, m Configuration files for Apache are located within the `/etc/httpd/conf.d/` directory. + ProxyPreserveHost On Allow from 0.0.0.0 ProxyPass "http://127.0.0.1:9117/jackett" ProxyPassReverse "http://127.0.0.1:9117/jackett"