From 94290cbb7f2dffac53cc6f35c8d57787d81b056c Mon Sep 17 00:00:00 2001 From: fro Date: Wed, 29 Oct 2025 05:52:52 -0500 Subject: [PATCH] w --- cfg/ngx/fw.op.fo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/ngx/fw.op.fo.conf b/cfg/ngx/fw.op.fo.conf index 7fbff39..478d814 100644 --- a/cfg/ngx/fw.op.fo.conf +++ b/cfg/ngx/fw.op.fo.conf @@ -81,7 +81,7 @@ 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_method POST; proxy_set_body $args; proxy_pass http://postgrest; }