Nginx proxy_pass having problems with querystring for an API Nginx proxy_pass having problems with querystring for an API nginx nginx

Nginx proxy_pass having problems with querystring for an API


I don't think you can match the args by regex, try this instead

location /api/v0/roslyn {    resolver 8.8.8.8;    proxy_pass $scheme://my-windows-box.com/roslyn$is_args$query_string;}