<div dir="ltr">I have large list of paths going to same backend:<div><br></div><div>location ~ /xxx { proxy_pass <a href="http://backend_foo">http://backend_foo</a>; }<br>location ~ /yyy { proxy_pass <a href="http://backend_foo">http://backend_foo</a>; }<br>location ~ /zzz { proxy_pass <a href="http://backend_foo">http://backend_foo</a>; }<br>location ~ /mmm { proxy_pass <a href="http://backend_foo">http://backend_foo</a>; }<br>....</div><div><br></div><div>The number of paths are 3254. So writing them line by line doesn't look so nice to me. any other more performance solution? Maybe with lua and in memory solution?<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Oğuz Yarımtepe<br><a href="http://about.me/oguzy" target="_blank">http://about.me/oguzy</a></div></div></div>