TEXT   164
load module modules ngx http brotoli filter module
Guest on 28th November 2024 07:07:14 AM


  1. load_module modules/ngx_http_brotli_filter_module.so;
  2. load_module modules/ngx_http_brotli_static_module.so;
  3.  
  4. http {
  5.   ....
  6.         brotli on;
  7.         brotli_comp_level 4;
  8.         brotli_types application/atom+xml application/javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-opentype application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/eot font/opentype font/otf font/truetype image/svg+xml image/vnd.microsoft.icon image/x-icon image/x-win-bitmap text/css text/javascript text/plain text/xml;
  9.  
  10.  .....
  11. }

Raw Paste

Login or Register to edit or fork this paste. It's free.