Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

24 Zeilen
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;