Skip to content

Commit

Permalink
fixed: wrong special answer and pid path
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Apr 5, 2024
1 parent 5c5d1a3 commit a204974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN NB_CORES="${BUILD_CORES-$(getconf _NPROCESSORS_CONF)}" \
tini \
&& cd /tmp && hg clone -r default https://freenginx.org/hg/nginx \
&& sed -i -e 's@"nginx/"@" "@g' /tmp/nginx/src/core/nginx.h \
&& sed -i -e 's@"freenginx/"@" "@g' /tmp/nginx/src/core/nginx.h \
&& sed -i -e 's@"freenginx"@" "@g' /tmp/nginx/src/core/nginx.h \
&& sed -i -e 's@"freenginx version: "@" "@g' /tmp/nginx/src/core/nginx.c \
&& sed -i -e 's@"nginx/"@" "@g' /tmp/nginx/src/core/nginx.h \
&& sed -i -e 's@"nginx version: "@" "@g' /tmp/nginx/src/core/nginx.c \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ or<br>

# Description:

- Based on latest version of Alpine Linux - low size (~5 MB);
- Based on latest version of Alpine Linux - low size (~4 MB);
- BoringSSL with HTTP/3 and QUIC support;
- HTTP/2 with ALPN support;
- TLS 1.3 and 0-RTT support;
Expand Down

0 comments on commit a204974

Please sign in to comment.