I am working on adding a proxy rule with nginx, and I added some config items in the config file:
location ~ ^/@proxy { rewrite /@proxy/(.*) /$1 break