Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

24 linhas
473B

  1. gzip on;
  2. gzip_http_version 1.0;
  3. gzip_comp_level 5; # 1-9
  4. gzip_min_length 256;
  5. gzip_proxied any;
  6. gzip_vary on;
  7. # MIME-types
  8. gzip_types
  9. application/atom+xml
  10. application/javascript
  11. application/json
  12. application/rss+xml
  13. application/vnd.ms-fontobject
  14. application/x-font-ttf
  15. application/x-web-app-manifest+json
  16. application/xhtml+xml
  17. application/xml
  18. font/opentype
  19. image/svg+xml
  20. image/x-icon
  21. text/css
  22. text/plain
  23. text/x-component;