From a3371be5d2f25a02a32cf76a8ed756c92b0e7ee1 Mon Sep 17 00:00:00 2001 From: fro Date: Wed, 29 Oct 2025 05:02:29 -0500 Subject: [PATCH] / wip --- 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 5ee3818..e15619d 100644 --- a/cfg/ngx/fw.op.fo.conf +++ b/cfg/ngx/fw.op.fo.conf @@ -70,7 +70,7 @@ server { } # normal mode: /shortcode - location ~ ^/(\w+) { + location ~ ^/\w+ { default_type application/json; proxy_hide_header Content-Location; add_header Content-Location /rpc/$upstream_http_content_location;