Compare commits

...

4 Commits

Author SHA1 Message Date
renovate[bot]
6c2cea69d3 Update zoeyvid/curl-quic Docker tag to v378 2024-03-27 13:07:39 +01:00
renovate[bot]
4cd09ddebc Update zoeyvid/curl-quic Docker tag to v377 2024-03-25 18:54:25 +01:00
renovate[bot]
f73c7af64a Update dependency express to v4.19.2 2024-03-25 18:54:12 +01:00
Zoey
420d2ea1d3 Update nginx.conf 2024-03-25 18:24:21 +01:00
3 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ ARG CRS_VER=v4.1.0
COPY rootfs /
COPY --from=zoeyvid/certbot-docker:27 /usr/local /usr/local
COPY --from=zoeyvid/curl-quic:376 /usr/local/bin/curl /usr/local/bin/curl
COPY --from=zoeyvid/curl-quic:378 /usr/local/bin/curl /usr/local/bin/curl
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini \

View File

@@ -11,7 +11,7 @@
"bcrypt": "5.1.1",
"body-parser": "1.20.2",
"compression": "1.7.4",
"express": "4.19.1",
"express": "4.19.2",
"express-fileupload": "1.5.0",
"gravatar": "1.8.2",
"jsonwebtoken": "9.0.2",

View File

@@ -40,6 +40,7 @@ http {
gzip_types *;
gzip_proxied any;
gzip_comp_level 1;
gzip_http_version 1.0;
gunzip on;
gzip_static on;