Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docker/alpine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## [1.30.3](https://github.com/snowdreamtech/nginx/compare/alpine-v1.30.3...alpine-v1.30.3) (2026-06-23)
## [1.30.3](https://github.com/snowdreamtech/nginx/compare/alpine-v1.30.3...alpine-v1.30.3) (2026-06-26)


### 🐛 Bug Fixes

* **docker:** set KEEPALIVE to 1 to prevent immediate container exit ([427aba5](https://github.com/snowdreamtech/nginx/commit/427aba50c748959ed1a712473f49ed9871571917))
* **docker:** add github proxy for acme.sh download ([b6da36c](https://github.com/snowdreamtech/nginx/commit/b6da36c605ddf46b305856fc3a0d678714028966))
* **docker:** remove hardcoded email address from acme.sh installation ([6e7dfac](https://github.com/snowdreamtech/nginx/commit/6e7dfac366bc96e30036499391e98158c68f5334))
* **docker:** start cron daemon in entrypoint for acme.sh auto-renewal ([aa0e26a](https://github.com/snowdreamtech/nginx/commit/aa0e26a898e6528ccf056cf795e42cf1cd7e3f53))
* **docker:** update acme.sh to 3.1.3 ([8b41a2d](https://github.com/snowdreamtech/nginx/commit/8b41a2d01ec6433b2c10aa4df456d4c5ca7a20c4))

## [1.30.2](https://github.com/snowdreamtech/nginx/compare/alpine-v1.30.2...alpine-v1.30.2) (2026-06-22)

Expand Down
7 changes: 5 additions & 2 deletions docker/debian/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## [1.26.3](https://github.com/snowdreamtech/nginx/compare/debian-v1.26.3...debian-v1.26.3) (2026-06-23)
## [1.26.3](https://github.com/snowdreamtech/nginx/compare/debian-v1.26.3...debian-v1.26.3) (2026-06-26)


### 🐛 Bug Fixes

* **docker:** set KEEPALIVE to 1 to prevent immediate container exit ([427aba5](https://github.com/snowdreamtech/nginx/commit/427aba50c748959ed1a712473f49ed9871571917))
* **docker:** add github proxy for acme.sh download ([b6da36c](https://github.com/snowdreamtech/nginx/commit/b6da36c605ddf46b305856fc3a0d678714028966))
* **docker:** remove hardcoded email address from acme.sh installation ([6e7dfac](https://github.com/snowdreamtech/nginx/commit/6e7dfac366bc96e30036499391e98158c68f5334))
* **docker:** start cron daemon in entrypoint for acme.sh auto-renewal ([aa0e26a](https://github.com/snowdreamtech/nginx/commit/aa0e26a898e6528ccf056cf795e42cf1cd7e3f53))
* **docker:** update acme.sh to 3.1.3 ([8b41a2d](https://github.com/snowdreamtech/nginx/commit/8b41a2d01ec6433b2c10aa4df456d4c5ca7a20c4))

7 changes: 5 additions & 2 deletions docker/rocky/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## [1.26.3](https://github.com/snowdreamtech/nginx/compare/rocky-v1.26.3...rocky-v1.26.3) (2026-06-23)
## [1.26.3](https://github.com/snowdreamtech/nginx/compare/rocky-v1.26.3...rocky-v1.26.3) (2026-06-26)


### 🐛 Bug Fixes

* **docker:** set KEEPALIVE to 1 to prevent immediate container exit ([427aba5](https://github.com/snowdreamtech/nginx/commit/427aba50c748959ed1a712473f49ed9871571917))
* **docker:** add github proxy for acme.sh download ([b6da36c](https://github.com/snowdreamtech/nginx/commit/b6da36c605ddf46b305856fc3a0d678714028966))
* **docker:** remove hardcoded email address from acme.sh installation ([6e7dfac](https://github.com/snowdreamtech/nginx/commit/6e7dfac366bc96e30036499391e98158c68f5334))
* **docker:** start cron daemon in entrypoint for acme.sh auto-renewal ([aa0e26a](https://github.com/snowdreamtech/nginx/commit/aa0e26a898e6528ccf056cf795e42cf1cd7e3f53))
* **docker:** update acme.sh to 3.1.3 ([8b41a2d](https://github.com/snowdreamtech/nginx/commit/8b41a2d01ec6433b2c10aa4df456d4c5ca7a20c4))

Loading