Sign inSign up

appfim/nginx_simple_proxy

By appfim

Updated about 17 hours ago

A simple nginx stream proxy to a given endpoint.

Image
0

50K+

appfim/nginx_simple_proxy repository overview

A simple nginx proxy based on the Nginx Alpine image, which has the common nginx modules complied into it.

Operates with a few key ENVs:

  • UPSTREAM_HOST: What host to upstream to. (Ex: 'rds-cluster-abcdefg.rds.amazonaws.com')
  • PORT: Used for both the upstream port as well as the local proxied port. (Ex: '3306')
  • NGINX_PROXY_MODE: [default stream] Supports http or stream mode for type of traffic being proxied.
    • stream for tcp/udp
    • http for http.

Additional config params around workers and the like available to set as needed.

Tag summary

Content type

Image

Digest

sha256:cb98e09a6

Size

25 MB

Last updated

about 17 hours ago

docker pull appfim/nginx_simple_proxy