From f6c7bb45cc8f3f326c5ed6d63dc59e43d342c395 Mon Sep 17 00:00:00 2001 From: fro Date: Wed, 29 Oct 2025 05:28:48 -0500 Subject: [PATCH] w --- cfg/ngx/fw.op.fo.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg/ngx/fw.op.fo.conf b/cfg/ngx/fw.op.fo.conf index b7ce6b7..f78e218 100644 --- a/cfg/ngx/fw.op.fo.conf +++ b/cfg/ngx/fw.op.fo.conf @@ -73,7 +73,6 @@ server { location ~ ^/([A-Za-z0-9]+) { rewrite ^/([A-Za-z0-9]+) /rpc/fwd/$1 break; - proxy_pass http://api; default_type application/json; proxy_hide_header Content-Location; add_header Content-Location /rpc/$upstream_http_content_location;