mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-19 17:32:38 +01:00
Created Reverse Proxy (markdown)
parent
8c4429ade5
commit
b938f93c28
10
Reverse-Proxy.md
Normal file
10
Reverse-Proxy.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
## Apache
|
||||||
|
Reverse proxy configuration for Radarr is as simple as most other applications. If you've set `url_base` to something like `/radarr`, you'll need to include it here of course as well.
|
||||||
|
```
|
||||||
|
<Location /radarr>
|
||||||
|
ProxyPass http://10.0.1.2:7878
|
||||||
|
ProxyPassReverse http://10.0.1.2:7878
|
||||||
|
</Location>
|
||||||
|
```
|
||||||
|
|
||||||
|
## nginx
|
Loading…
Reference in New Issue
Block a user