diff --git a/Dockerfiles/frontend/nginx.conf b/Dockerfiles/frontend/nginx.conf index 35a31f6..8daa0af 100644 --- a/Dockerfiles/frontend/nginx.conf +++ b/Dockerfiles/frontend/nginx.conf @@ -88,16 +88,6 @@ http { } } - server { - include common.conf; - server_name ~^(couchpotato)(\.\w+)+$; - - location / { - set $couchpotato http://couchpotato:5050; - proxy_pass $couchpotato; - } - } - server { include common.conf; server_name ~^(radarr)(\.\w+)+$; diff --git a/README.md b/README.md index cf897e5..5f19791 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Included services are: - jackett (included in the sonarr image) - plex - h5ai (service accessible via `explore.hostname`) -- couchpotato +- radarr 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