Nginx ubicación regex *
location /graphcms {
rewrite ^/graphcms(.*) /v2/c1a2tld/master/$1 break;
proxy_pass https://api-eu-central-1.graphcms.com;
}
Thoughtless Tarantula