From d690c013091a9aee33180fd92c8b036d9a4d38fb Mon Sep 17 00:00:00 2001 From: fro Date: Wed, 29 Oct 2025 05:52:16 -0500 Subject: [PATCH] w --- cfg/ngx/fw.op.fo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/ngx/fw.op.fo.conf b/cfg/ngx/fw.op.fo.conf index f06f929..7fbff39 100644 --- a/cfg/ngx/fw.op.fo.conf +++ b/cfg/ngx/fw.op.fo.conf @@ -81,8 +81,8 @@ location ~ ^/([A-Za-z0-9]+) { 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_set_body $args; + proxy_method post; + proxy_set_body $args; proxy_pass http://postgrest; }