defaults.json 383 B

123456789101112131415161718
  1. {
  2. "autoIndex": true,
  3. "showDir": true,
  4. "showDotfiles": true,
  5. "humanReadable": true,
  6. "hidePermissions": false,
  7. "si": false,
  8. "cache": "max-age=3600",
  9. "cors": false,
  10. "gzip": true,
  11. "brotli": false,
  12. "defaultExt": ".html",
  13. "handleError": true,
  14. "contentType": "application/octet-stream",
  15. "weakEtags": true,
  16. "weakCompare": true,
  17. "handleOptionsMethod": false
  18. }