nginx for Postgres servers

Roman Arutyunyan arut at nginx.com
Tue Jul 14 23:54:10 UTC 2015


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 <tekberg at uw.edu> 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: tekberg at uw.edu
> 
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
> 

--
Roman Arutyunyan





More information about the nginx mailing list