I have large list of paths going to same backend:

location ~ /xxx { proxy_pass http://backend_foo; }
location ~ /yyy { proxy_pass http://backend_foo; }
location ~ /zzz { proxy_pass http://backend_foo; }
location ~ /mmm { proxy_pass http://backend_foo; }
....

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?

-- 
Oğuz Yarımtepe
http://about.me/oguzy
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to