From 80411ee264e9dedcdc4817d873515648f796fa73 Mon Sep 17 00:00:00 2001 From: fro Date: Wed, 29 Oct 2025 03:48:09 -0500 Subject: [PATCH] / enabling debug mode --- cfg/ngx/fw.op.fo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/ngx/fw.op.fo.conf b/cfg/ngx/fw.op.fo.conf index 0de08aa..6e4dd6f 100644 --- a/cfg/ngx/fw.op.fo.conf +++ b/cfg/ngx/fw.op.fo.conf @@ -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; } }