Skip to content

Commit ebc64bd

Browse files
authored
fix bug with brotli already loaded
1 parent b2d6a79 commit ebc64bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

static/nginx.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# https://docs.nginx.com/nginx/admin-guide/dynamic-modules/brotli/
2-
load_module modules/ngx_http_brotli_filter_module.so; # for compressing responses on-the-fly
3-
load_module modules/ngx_http_brotli_static_module.so; # for serving pre-compressed files
4-
51
user www-data;
62
worker_processes 2;
73
pid /run/nginx.pid;

0 commit comments

Comments
 (0)