Releases: pini-gh/nginx-proxy
Releases · pini-gh/nginx-proxy
0.9.1-pini1
Rebase on nginx-proxy/nginx-proxy 0.9.1.
Features enabled by this fork:
- HTTPS passthrough
- ACME HTTP challenge handling and default certificate generation
- Different ports per virtual host for the same container
Features upstreamed:
- Fixes for nging-proxy/nginx-proxy#1132 and nging-proxy/nginx-proxy#1105
DEBUG
environment variable for troubleshooting
0.9.0-pini1
Rebase on nginx-proxy/nginx-proxy 0.9.0.
Features enabled by this fork:
- HTTPS passthrough
- ACME HTTP challenge handling and default certificate generation
- Fixes for nging-proxy/nginx-proxy#1132 and nging-proxy/nginx-proxy#1105
DEBUG
environment variable for troubleshooting- Different ports per virtual host for the same container
0.8.0-pini3
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
- 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
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
Only one fallback entry 127.0.0.1 per upstream block
0.7.0-pini3
- 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