Skip to content

Commit 205fc16

Browse files
authored
enable system wide
1 parent 392d69e commit 205fc16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/nginx.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ events {
1616
}
1717

1818
http {
19+
##
20+
# Brootli support
21+
##
22+
brotli on;
23+
brotli_comp_level 6;
24+
1925
##
2026
# Basic Settings
2127
##

0 commit comments

Comments
 (0)