mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
Updated Reverse Proxy (markdown)
parent
5a96de853c
commit
148064e231
1 changed files with 1 additions and 8 deletions
|
@ -7,11 +7,4 @@ Reverse proxy configuration for Radarr is as simple as most other applications.
|
|||
</Location>
|
||||
```
|
||||
|
||||
## nginx
|
||||
|
||||
location /radarr {
|
||||
proxy_pass http://127.0.0.1:7878;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
## nginx
|
Loading…
Reference in a new issue