diff --git a/custom-nginx-reverse-proxy.conf b/custom-nginx-reverse-proxy.conf index b1d4cd4..5d34811 100644 --- a/custom-nginx-reverse-proxy.conf +++ b/custom-nginx-reverse-proxy.conf @@ -156,19 +156,6 @@ http { proxy_pass http://sidechain_rpc_ws/; } - # Here for backwards compatibility. - # Can be removed once the apps reference the api via /api instead of /streamr-core/api. - # For now, support both options. - location /streamr-core/ { - add_header X-debug "/streamr-core"; - proxy_pass http://eae/streamr-core/; - proxy_redirect off; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Host $server_name; - } - # Proxy everything else to the Core app location / { add_header X-debug "/";