This commit is contained in:
fro
2025-10-29 05:52:52 -05:00
parent d690c01309
commit 94290cbb7f

View File

@@ -81,7 +81,7 @@ location ~ ^/([A-Za-z0-9]+) {
add_header Content-Location /rpc/$upstream_http_content_location; add_header Content-Location /rpc/$upstream_http_content_location;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_method post; proxy_method POST;
proxy_set_body $args; proxy_set_body $args;
proxy_pass http://postgrest; proxy_pass http://postgrest;
} }