Remove frontend rule for CP, adapt README

This commit is contained in:
Jean Froment 2017-08-22 17:57:00 +02:00
parent a926014c28
commit 94a97d43d0
2 changed files with 1 additions and 11 deletions

View File

@ -88,16 +88,6 @@ http {
} }
} }
server {
include common.conf;
server_name ~^(couchpotato)(\.\w+)+$;
location / {
set $couchpotato http://couchpotato:5050;
proxy_pass $couchpotato;
}
}
server { server {
include common.conf; include common.conf;
server_name ~^(radarr)(\.\w+)+$; server_name ~^(radarr)(\.\w+)+$;

View File

@ -13,7 +13,7 @@ Included services are:
- jackett (included in the sonarr image) - jackett (included in the sonarr image)
- plex - plex
- h5ai (service accessible via `explore.hostname`) - h5ai (service accessible via `explore.hostname`)
- couchpotato - radarr
The front-end reverse proxy routes based on the lowest level subdomain (e.g. The front-end reverse proxy routes based on the lowest level subdomain (e.g.
`deluge.example.com` would route to deluge). Since this is how the router `deluge.example.com` would route to deluge). Since this is how the router