Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions custom-nginx-reverse-proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 "/";
Expand Down