We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce2410 commit ac8c5d0Copy full SHA for ac8c5d0
custom-nginx-reverse-proxy.conf
@@ -184,19 +184,6 @@ http {
184
proxy_pass http://sidechain_rpc_ws/;
185
}
186
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
-
200
# Proxy everything else to the Core app
201
location / {
202
add_header X-debug "/";
0 commit comments