w
This commit is contained in:
@@ -73,7 +73,6 @@ server {
|
|||||||
|
|
||||||
location ~ ^/([A-Za-z0-9]+) {
|
location ~ ^/([A-Za-z0-9]+) {
|
||||||
rewrite ^/([A-Za-z0-9]+) /rpc/fwd/$1 break;
|
rewrite ^/([A-Za-z0-9]+) /rpc/fwd/$1 break;
|
||||||
proxy_pass http://api;
|
|
||||||
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user