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"