mirror of
https://github.com/ZoeyVid/NPMplus.git
synced 2026-03-05 08:17:58 +00:00
Compare commits
4 Commits
develop
...
php-rewrit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c2cea69d3 | ||
|
|
4cd09ddebc | ||
|
|
f73c7af64a | ||
|
|
420d2ea1d3 |
@@ -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 \
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -40,6 +40,7 @@ http {
|
||||
gzip_types *;
|
||||
gzip_proxied any;
|
||||
gzip_comp_level 1;
|
||||
gzip_http_version 1.0;
|
||||
gunzip on;
|
||||
gzip_static on;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user