Skip to content

Commit

Permalink
Merge branch 'hypernext'
Browse files Browse the repository at this point in the history
* hypernext:
  make the 404 page lighter
  • Loading branch information
NicolasCARPi committed May 26, 2023
2 parents 7e8e3ff + d5cd34b commit f7187ac
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Container image version
# Note: the version here is from `ELABIMG_VERSION` present in Dockerfile, not the tagged one

# 4.2.1

* Make 404 page lighter

# 4.2.0

* Update nginx from 1.23.1 to 1.23.4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN abuild-keygen -n -a && abuild && find /home/builder/packages -type f -name '
FROM alpine:3.16

# this is versioning for the container image
ENV ELABIMG_VERSION=4.2.0
ENV ELABIMG_VERSION=4.2.1

# the target elabftw version is passed with --build-arg
# it is a mandatory ARG
Expand Down
74 changes: 47 additions & 27 deletions src/nginx/error-pages/404.html

Large diffs are not rendered by default.

Binary file removed src/nginx/error-pages/wally-404.gif
Binary file not shown.

0 comments on commit f7187ac

Please sign in to comment.