nginx: Enable zstd
This commit is contained in:
parent
7dd51ea6f4
commit
7a2339231c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedBrotliSettings = true;
|
recommendedBrotliSettings = true;
|
||||||
|
recommendedZstdSettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
|
||||||
commonHttpConfig = ''
|
commonHttpConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue