This commit is contained in:
fro
2025-10-29 05:52:16 -05:00
parent 0cd0cbb49a
commit d690c01309

View File

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