/ enabling debug mode

This commit is contained in:
fro
2025-10-29 03:48:09 -05:00
parent 2f15def596
commit 80411ee264

View File

@@ -66,7 +66,7 @@ server {
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_pass http://postgrest/rpc/fwd?p_shortcode=$1;
proxy_pass http://postgrest/rpc/fwd?p_shortcode=$1&p_dbg=true;
}
}