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

Add ProxyPreserveHost On for Apache

flightlevel 2018-08-14 20:32:16 +10:00
parent 0c7fa42d01
commit 6730243c55

@ -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. Configuration files for Apache are located within the `/etc/httpd/conf.d/` directory.
<Location /jackett> <Location /jackett>
ProxyPreserveHost On
Allow from 0.0.0.0 Allow from 0.0.0.0
ProxyPass "http://127.0.0.1:9117/jackett" ProxyPass "http://127.0.0.1:9117/jackett"
ProxyPassReverse "http://127.0.0.1:9117/jackett" ProxyPassReverse "http://127.0.0.1:9117/jackett"