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 3dea5da commit 5d03cf2Copy full SHA for 5d03cf2
static/nginx.conf
@@ -11,6 +11,9 @@ events {
11
use epoll;
12
}
13
14
+load_module modules/ngx_http_brotli_filter_module.so; # for compressing responses on-the-fly
15
+load_module modules/ngx_http_brotli_static_module.so; # for serving pre-compressed files
16
+
17
http {
18
##
19
# Basic Settings
0 commit comments