Skip to content

Commit

Permalink
fix bug with brotli already loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 3, 2024
1 parent b2d6a79 commit ebc64bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions static/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# https://docs.nginx.com/nginx/admin-guide/dynamic-modules/brotli/
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

user www-data;
worker_processes 2;
pid /run/nginx.pid;
Expand Down

0 comments on commit ebc64bd

Please sign in to comment.