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; }