Skip to content

Commit

Permalink
enable brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 2, 2024
1 parent 3dea5da commit 5d03cf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ events {
use epoll;
}

load_module modules/ngx_http_brotli_filter_module.so; # for compressing responses on-the-fly
load_module modules/ngx_http_brotli_static_module.so; # for serving pre-compressed files

http {
##
# Basic Settings
Expand Down

0 comments on commit 5d03cf2

Please sign in to comment.