also if you want to delegate access to different backends (ipfs http api, cerbot stuff) you can control access to this with shit like: ``` # just pass through ipfs http api to the proxy location ~ "^/api/v0/(.*)$" { proxy_pass http://warp; } ```