Skip to content

Releases: pini-gh/nginx-proxy

0.9.1-pini1

23 Jun 22:51
Compare
Choose a tag to compare

Rebase on nginx-proxy/nginx-proxy 0.9.1.

Features enabled by this fork:

Features upstreamed:

0.9.0-pini1

30 Apr 12:47
Compare
Choose a tag to compare

Rebase on nginx-proxy/nginx-proxy 0.9.0.

Features enabled by this fork:

0.8.0-pini3

07 Apr 17:48
Compare
Choose a tag to compare

Enable different ports per virtual host for the same container, using this syntax:

VIRTUAL_HOST=host1:port1,host2:port2,...

See the Virtual Ports section in the doc.

0.8.0-pini2

07 Feb 17:21
Compare
Choose a tag to compare
  • Per virtual host optional stream configuration file
    vhost.d/<virtual_host>_stream
  • HTTPS Passthrough optional configuration file
    vhost.d/https_passthrough_stream

Rebase on nginx-proxy/nginx-proxy 0.8.0

07 Nov 14:06
Compare
Choose a tag to compare
Only one fallback entry 127.0.0.1 / upstream block

+ Warning message when the container is reported reachable but has
no IP on the considered network
+ Better nginx default.conf formatting

0.7.0-pini4: Only one fallback entry 127.0.0.1 / upstream block

05 Nov 13:43
Compare
Choose a tag to compare

Only one fallback entry 127.0.0.1 per upstream block

0.7.0-pini3

04 Nov 18:09
Compare
Choose a tag to compare
  • Honor VIRTUAL_PORT when defined, whatever the exposed ports are (fix nginx-proxy#1132)
  • If one and only one port is exposed, VIRTUAL_PORT defaults to that port, to port 80 otherwise.
  • If the proxy DEBUG flag is set, it is used as a default for client containers