Skip to content

Tags: Intellection/docker-nginx-proxy

Tags

1.27.4

Toggle 1.27.4's commit message

Verified

This tag was signed with the committer’s verified signature.
zacblazic Zac Blazic
Version 1.27.4

* Update base image to `zappi/nginx:1.27.4`.
* Fix pid file perimssion denied error.

1.27.1-2

Toggle 1.27.1-2's commit message

Verified

This tag was signed with the committer’s verified signature.
zacblazic Zac Blazic
Version 1.27.1-2

* Upgrade `headers-more-nginx-module` to `v0.38`.

1.27.1-1

Toggle 1.27.1-1's commit message

Verified

This tag was signed with the committer’s verified signature.
zacblazic Zac Blazic
Version 1.27.1-1

* Allow `X-Original-Forwaded-*` headers to take priority when setting `X-Forwarded-*` headers.

1.27.1

Toggle 1.27.1's commit message

Verified

This tag was signed with the committer’s verified signature.
itskingori King'ori Maina
Version 1.27.1

1.25.4

Toggle 1.25.4's commit message

Verified

This tag was signed with the committer’s verified signature.
zacblazic Zac Blazic
Version 1.25.4

* Add `X-Request-Start` header set to current time with millisecond precision.
* Update base image to `zappi/nginx:1.25.4`.

1.25.3-1

Toggle 1.25.3-1's commit message

Verified

This tag was signed with the committer’s verified signature.
itskingori King'ori Maina
Version 1.25.3-1

* Add OpenTelemetry (OTel) module i.e. `nginx-module-otel`.
* Update observability headers:
  * Add `X-Trace-ID`.
* Update logging fields:
  * Add `otel_trace_id`.

1.25.3

Toggle 1.25.3's commit message

Verified

This tag was signed with the committer’s verified signature.
itskingori King'ori Maina
Version 1.25.3

* Use `zappi/nginx:1.25.3` as the docker base image.
* Upgrade `headers-more-nginx-module` to `v0.37`.
* Update latency headers:
  * Add `X-Proxy-Request-Time`.
  * Add `X-Proxy-Backend-Response-Time`.
  * Remove `X-Proxy-Backend-Total-Time`.
* Update logging fields:
  * Add `http_x_proxy_backend_response_time`.
  * Remove `http_x_proxy_backend_total_time`.

1.25.2-3

Toggle 1.25.2-3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from Intellection/log_x_proxy_backend_latency_…

…headers

[SRE-3200] Log X-Proxy-Backend latency headers

1.25.2-2

Toggle 1.25.2-2's commit message

Verified

This tag was signed with the committer’s verified signature.
itskingori King'ori Maina
Version 1.25.2-2

* Add `X-Proxy-Backend` latency headers.
* Remove incorrect `X-Server-Proxy-Time` configuration.

1.25.2-1

Toggle 1.25.2-1's commit message

Verified

This tag was signed with the committer’s verified signature.
itskingori King'ori Maina
Version 1.25.2-1

* Expose `$request_time` as `X-Server-Proxy-Time` response header.