Hello Tom, If you want to proxy PostgreSQL connections with nginx, you can use the stream (tcp) proxy for this. Obviously, it will not keep a persistent connection to the database server, but will open a new connection for each client.
http://nginx.org/en/docs/stream/ngx_stream_core_module.html > On 14 Jul 2015, at 13:47, Tom Ekberg <[email protected]> wrote: > > I know nginx is designed to handle web and mail servers. Does it make sense > to use to handle multiple (in our case 2) PostgreSQL database servers? > > Tom Ekberg > Senior Computer Specialist, Lab Medicine > University of Washington Medical Center > 1959 NE Pacific St, MS 357110 > Seattle WA 98195 > work: (206) 598-8544 > email: [email protected] > > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx > -- Roman Arutyunyan _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
