From a2601e8e6afe1702b4fbd94464c9f97dbc505c77 Mon Sep 17 00:00:00 2001 From: fro Date: Wed, 29 Oct 2025 03:28:43 -0500 Subject: [PATCH] / postgrest wip --- 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 8ec2cc8..810d58c 100644 --- a/cfg/ngx/fw.op.fo.conf +++ b/cfg/ngx/fw.op.fo.conf @@ -63,7 +63,7 @@ server { # proxy_set_header Accept 'application/vnd.pgrst.object+json'; # assuming an upstream named "postgrest" - proxy_pass http://postgrest/$1?id=eq.$2; +# proxy_pass http://postgrest/$1?id=eq.$2; default_type application/json; proxy_hide_header Content-Location;