ci: load nginx dynamic modules for brotli probe
Some checks failed
CI / verify (push) Has been cancelled
Some checks failed
CI / verify (push) Has been cancelled
This commit is contained in:
@@ -304,6 +304,7 @@ render_nginx_brotli_directives() {
|
||||
local brotli_snippet
|
||||
brotli_snippet="$(mktemp)"
|
||||
cat >"${brotli_snippet}" <<'EOF'
|
||||
include /etc/nginx/modules-enabled/*.conf;
|
||||
events {}
|
||||
http {
|
||||
brotli on;
|
||||
|
||||
Reference in New Issue
Block a user