Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 793 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 793 Bytes

nginx-docker-template

Configuration template for nginx made in Golang Template, adapted from nginx-proxy, in order to be used alongside with docker-gen and nginx containers.

Main additions to the original template

This version aims to support raw tcp and udp reverse proxying (via env variable LISTEN_PORT), as well as TLS termination (adding a cert file).

References

TCP/UDP Load Balancing with NNGINX: Overview, Tips and Tricks

DISCLAIMERS

This is a working in progress repository. Breaking changes may occur until we reach a stable version. Not intended for use in production yet.