This commit is contained in:
fro
2025-10-29 05:19:51 -05:00
parent e3d20cc450
commit 387e264a2f

View File

@@ -80,7 +80,8 @@ server {
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_method post; proxy_method post;
# proxy_pass http://postgrest/rpc/fwd?args=$args; # 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; proxy_set_body $args;
} }