From 788acd0bc91ab6b8a160b703b49719334f23c76e Mon Sep 17 00:00:00 2001 From: fro Date: Wed, 29 Oct 2025 04:42:16 -0500 Subject: [PATCH] / get to post (wip) trying to re-write get to post requests --- cfg/ngx/fw.op.fo.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg/ngx/fw.op.fo.conf b/cfg/ngx/fw.op.fo.conf index 0af8267..14a2b5c 100644 --- a/cfg/ngx/fw.op.fo.conf +++ b/cfg/ngx/fw.op.fo.conf @@ -76,6 +76,7 @@ server { add_header Content-Location /rpc/$upstream_http_content_location; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_http_version 1.1; + proxy_method post; proxy_pass http://postgrest/rpc/fwd?p_shortcode=$1; }