From 13c4c2b676221201ca76f91efab02b1c23254125 Mon Sep 17 00:00:00 2001 From: appotry Date: Thu, 5 Aug 2021 22:07:18 +0800 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 1e6108c..1a29d83 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,37 @@ ARM64, ARMV7, AMD64 全平台支持添加 +# 增加brotli 支持 +在nginx配置文件中增加 +```yaml + brotli on; + brotli_comp_level 6; + brotli_types + text/css + text/plain + text/javascript + application/javascript + application/json + application/x-javascript + application/xml + application/xml+rss + application/xhtml+xml + application/x-font-ttf + application/x-font-opentype + application/vnd.ms-fontobject + image/svg+xml + image/x-icon + application/rss+xml + application/atom_xml + image/jpeg + image/gif + image/png + image/icon + image/bmp + image/jpg; + +``` + # 增加 CA 证书 支持 在 docker compose 中映射ca文件 ```