Tenant Isolation
build-and-publish / build (Raccoon, ubuntu:26.04, NEXUS_PASS_RACCOON, NEXUS_REPO_RACCOON, NEXUS_USER_RACCOON, raccoon) (push) Successful in 3m35s
build-and-publish / build (Trixie, debian:13, NEXUS_PASS_TRIXIE, NEXUS_REPO_TRIXIE, NEXUS_USER_TRIXIE, trixie) (push) Successful in 3m19s

This commit is contained in:
theraw
2026-07-03 02:11:52 +00:00
parent a7b12c773e
commit 6ff134b37d
5 changed files with 42 additions and 68 deletions
+1 -9
View File
@@ -55,15 +55,7 @@ export NGX_MOD_LUA_LOCK="0.09"
export NGX_MOD_LUA_SRCACHE="0.33"
# https://github.com/eilandert/zstd-nginx-module/tags
# Zstandard compression module. Chrome 123+ and Firefox 126+ send
# `Accept-Encoding: zstd`; older clients fall back to brotli/gzip.
# Switched from tokers/zstd-nginx-module (unmaintained since 0.1.1, 2023-10-23)
# to eilandert/zstd-nginx-module, an actively maintained fork that has already
# absorbed the flush-loop CPU-spin fix we previously carried as a local patch
# (PR #23 + PR #49 + follow-up work — see filter/ngx_http_zstd_filter_module.c
# in the fork for the "content-less flush completed" branch that supersedes
# our patch).
export NGX_MOD_ZSTD="0.90.6"
export NGX_MOD_ZSTD="v1.1"
# https://github.com/zlib-ng/zlib-ng/releases
# Drop-in libz replacement with SIMD-accelerated DEFLATE. Built in --zlib-compat