This commit is contained in:
fro
2025-10-29 05:02:29 -05:00
parent 4f9676e526
commit a3371be5d2

View File

@@ -70,7 +70,7 @@ server {
} }
# normal mode: /shortcode # normal mode: /shortcode
location ~ ^/(\w+) { location ~ ^/\w+ {
default_type application/json; default_type application/json;
proxy_hide_header Content-Location; proxy_hide_header Content-Location;
add_header Content-Location /rpc/$upstream_http_content_location; add_header Content-Location /rpc/$upstream_http_content_location;