We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d03cf2 commit b4e1510Copy full SHA for b4e1510
static/nginx.conf
@@ -11,6 +11,7 @@ events {
11
use epoll;
12
}
13
14
+# https://docs.nginx.com/nginx/admin-guide/dynamic-modules/brotli/
15
load_module modules/ngx_http_brotli_filter_module.so; # for compressing responses on-the-fly
16
load_module modules/ngx_http_brotli_static_module.so; # for serving pre-compressed files
17
0 commit comments