NGinx as a reverse proxy and http_sub_folder module (and httpsubs)

2015-08-09 Thread thms007
I am trying to reverse proxy my website and modify the content. To do so, I compiled nginx with sub_filter --with-http-sub_module as well as httpsubs . It now accepts the sub_filter directive, but it does not work somehow.(http://wiki.nginx.org/HttpSubsModule) Here is my configuration: server {

Re: Zeroconf for proxy to upstream servers

2015-08-09 Thread Robert Paprocki
You could also look at lua-resty-upstream-healthcheck ( https://github.com/openresty/lua-resty-upstream-healthcheck) as an alternative. It's not native Nginx per se, but it's integrated with OpenResty. On Sun, Aug 9, 2015 at 3:12 AM, Aleksandar Lazic wrote: > Hi Michael > > Am 07-08-2015 20:30,

Re: Zeroconf for proxy to upstream servers

2015-08-09 Thread Aleksandar Lazic
Hi Michael Am 07-08-2015 20:30, schrieb Michael Power: Does Nginx support any sort of zeroconf in its proxying to upstream servers? I would like to make the backend publish themselves via something like zeroconf. Nginx should route traffic to them when they publish themselves as online, and ng