mirror of
https://github.com/Radarr/Radarr
synced 2025-03-11 14:45:23 +00:00
Updated Reverse Proxy (markdown)
parent
b884ac2140
commit
5a96de853c
1 changed files with 8 additions and 1 deletions
|
@ -7,4 +7,11 @@ Reverse proxy configuration for Radarr is as simple as most other applications.
|
|||
</Location>
|
||||
```
|
||||
|
||||
## nginx
|
||||
## 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;
|
||||
}
|
Loading…
Add table
Reference in a new issue