- Upgrade to Nginx 1.27.1.
- Upgrade to Nginx 1.25.4.
- Upgrade to Nginx 1.25.3.
- Switch from Alpine to Debian (Bookworm).
- Upgrade to Nginx 1.25.2.
- Upgrade to Alpine 3.18.
- Upgrade to Nginx 1.23.3.
- Upgrade to Nginx 1.19.5.
- Remove user directive.
- Expose and listen on port
8080
instead of80
. - Change owner of core files and directories to
nginx:nginx
.
- Change runtime user and group to
nginx:nginx
. - Fix permission issue with
/var/cache/nginx
.
- Run as user
nobody
and groupnobody
instead ofroot
.
- Upgrade to Nginx 1.17.7.
- Use Nginx 1.16.1 alpine as upstream base image.
- Change
STOPSIGNAL
toSIGQUIT
.