Update README.md
parent
7b37438346
commit
eae4813831
|
@ -91,8 +91,8 @@ This Caddyfile will serve HTML pages out of `/usr/local/www/html` over HTTP. Ni
|
||||||
*:80 {
|
*:80 {
|
||||||
root * /usr/local/www/html
|
root * /usr/local/www/html
|
||||||
file_server
|
file_server
|
||||||
reverse_proxy /sonarr/* 192.168.1.12:8989
|
reverse_proxy /sonarr* 192.168.1.12:8989
|
||||||
reverse_proxy /radarr/* 192.168.1.12:9898
|
reverse_proxy /radarr* 192.168.1.12:9898
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
This will still serve static pages out of `/usr/local/www/html` over HTTP (so maybe you want to put a nice landing page there), but any requests for `/sonarr` or `/radarr` will be proxied to those respective ports on the host you specify.
|
This will still serve static pages out of `/usr/local/www/html` over HTTP (so maybe you want to put a nice landing page there), but any requests for `/sonarr` or `/radarr` will be proxied to those respective ports on the host you specify.
|
||||||
|
|
Loading…
Reference in New Issue