This commit is contained in:
fro
2025-10-29 05:28:48 -05:00
parent 589bfee7de
commit f6c7bb45cc

View File

@@ -73,7 +73,6 @@ server {
location ~ ^/([A-Za-z0-9]+) {
rewrite ^/([A-Za-z0-9]+) /rpc/fwd/$1 break;
proxy_pass http://api;
default_type application/json;
proxy_hide_header Content-Location;
add_header Content-Location /rpc/$upstream_http_content_location;