location ~ ^/mesh/ { rewrite ^/mesh/(.*) /$1 break; proxy_pass http://127.0.0.1:19019; }