mirror of
https://github.com/Jackett/Jackett
synced 2025-01-22 07:29:19 +00:00
Add ProxyPreserveHost On for Apache
parent
0c7fa42d01
commit
6730243c55
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
<Location /jackett>
|
||||
ProxyPreserveHost On
|
||||
Allow from 0.0.0.0
|
||||
ProxyPass "http://127.0.0.1:9117/jackett"
|
||||
ProxyPassReverse "http://127.0.0.1:9117/jackett"
|
||||
|
|
Loading…
Reference in a new issue