Skip to content

Commit ac8c5d0

Browse files
authored
Remove nginx /streamr-core mapping (#123)
1 parent 8ce2410 commit ac8c5d0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

custom-nginx-reverse-proxy.conf

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -184,19 +184,6 @@ http {
184184
proxy_pass http://sidechain_rpc_ws/;
185185
}
186186

187-
# Here for backwards compatibility.
188-
# Can be removed once the apps reference the api via /api instead of /streamr-core/api.
189-
# For now, support both options.
190-
location /streamr-core/ {
191-
add_header X-debug "/streamr-core";
192-
proxy_pass http://eae/streamr-core/;
193-
proxy_redirect off;
194-
proxy_set_header Host $host;
195-
proxy_set_header X-Real-IP $remote_addr;
196-
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
197-
proxy_set_header X-Forwarded-Host $server_name;
198-
}
199-
200187
# Proxy everything else to the Core app
201188
location / {
202189
add_header X-debug "/";

0 commit comments

Comments
 (0)