location /api/icons { rewrite ^/api/icons/(.*) /$1 break; proxy_pass http://icons-service/$uri$is_args$args; }