Sign inSign up

loadaverage/nginx-proxy

By loadaverage

Updated about 1 year ago

Simple nginx reverse proxy container

Image
Networking
0

320

loadaverage/nginx-proxy repository overview

Simple and ready to use nginx reverse proxy. NOTE: "resolver" directive (with CloudFlare and Google DNS) is used in order to properly handle dynamic IP's on Load Balancers.

Required env. variable(s):

  • PROXY_HOST: host to proxy requests to

Optional env. variable(s):

  • LISTEN_PORT: server's listening HTTP port (default: 8080)
  • PROXY_PORT: destination HTTP(s) port (default: 443)
  • PROXY_PROTO: destination protocol (default: https)
  • PROXY_SEND_TIMEOUT: proxy_send_timeout directive value (default: 60s)
  • PROXY_READ_TIMEOUT: proxy_read_timeout directive value (default: 60s)
  • DNS_RESOLVER_VALID: valid argument for resolver directive (default: 300s)
  • DNS_RESOLVER_TIMEOUT: resolver_timeout value (default: 5s)
  • CLIENT_MAX_BODY_SIZE: client_max_body_size directive value (default: 1m)

Tag summary

Content type

Image

Digest

sha256:61f2dae1e

Size

68.9 MB

Last updated

about 1 year ago

docker pull loadaverage/nginx-proxy