From 387e264a2f1fb7a8343f6c1630639ee373362ee0 Mon Sep 17 00:00:00 2001 From: fro Date: Wed, 29 Oct 2025 05:19:51 -0500 Subject: [PATCH] w --- cfg/ngx/fw.op.fo.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cfg/ngx/fw.op.fo.conf b/cfg/ngx/fw.op.fo.conf index b66e7c5..c319697 100644 --- a/cfg/ngx/fw.op.fo.conf +++ b/cfg/ngx/fw.op.fo.conf @@ -80,7 +80,8 @@ server { proxy_http_version 1.1; proxy_method post; # proxy_pass http://postgrest/rpc/fwd?args=$args; - proxy_pass http://postgrest/rpc/fwd; +# proxy_pass http://postgrest/rpc/fwd; + proxy_pass http://postgrest; proxy_set_body $args; }