Disable brotli
This commit is contained in:
parent
dbcbdc05d7
commit
cab432aa13
|
@ -118,7 +118,7 @@ server {
|
|||
index index.html;
|
||||
try_files $uri /index.html;
|
||||
|
||||
brotli_static on;
|
||||
# brotli_static on;
|
||||
}
|
||||
|
||||
#error_page 404 /404.html;
|
||||
|
|
|
@ -4,7 +4,7 @@ worker_processes auto;
|
|||
error_log /var/log/nginx/error.log notice;
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
load_module modules/ngx_http_brotli_static_module.so;
|
||||
#load_module modules/ngx_http_brotli_static_module.so;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
|
|
Loading…
Reference in New Issue