1
0

split/improve module configuration

This commit is contained in:
Konstantin Demin 2024-07-17 18:59:19 +03:00
parent 7c58559e27
commit 7986bc9481
Signed by: krd
GPG Key ID: 4D56F87A8BA65FD0
11 changed files with 15 additions and 4 deletions

View File

@ -0,0 +1 @@
brotli_static on;

View File

@ -0,0 +1,2 @@
include snip.d/http-brotli.modconf;
brotli on;

View File

@ -0,0 +1 @@
gunzip_buffers 16 16k;

View File

@ -1 +1,2 @@
gunzip_buffers 16 16k; include snip.d/http-gunzip.modconf;
gunzip on;

View File

@ -0,0 +1 @@
gzip_static on;

View File

@ -0,0 +1,2 @@
include snip.d/http-gzip.modconf;
gzip on;

View File

@ -0,0 +1 @@
zstd_static on;

View File

@ -0,0 +1,2 @@
include snip.d/http-zstd.modconf;
zstd on;