Sign inSign up

whitepages/keepalive-proxy

By whitepages

Updated over 8 years ago

HTTP Keepalive Proxy

Image
0

870

whitepages/keepalive-proxy repository overview

Keepalive Proxy

This is an nginx based proxy with a simple setup which can be deployed close to the customer to do the following:

  • keep the connections alive
  • do a TLS termination

It is useful if the application does not support keep-alive connections or that would require architectural changes.

Environment variables

  • PORT sets on which port the nginx should listen, default is 8080
  • STATUS_ALLOWED_FROM the /nginx_status is enabled per default and allows connections from 127.0.0.1
  • ACCESS_LOG configures the logging format and destination, per default it is /dev/stdout main
  • ERROR_LOG same for the error log, default is stderr
  • RESOLVER the resolver to use defaults to 8.8.8.8

Tag summary

Content type

Image

Digest

Size

6.8 MB

Last updated

over 8 years ago

docker pull whitepages/keepalive-proxy