From 2f07e5d39d7f1f4dab917699ec8b881b7c77c7e7 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 6 Oct 2021 12:53:45 +0300 Subject: [PATCH] I do not use lighttpd anymore --- lighttpd/mime-archive.conf | 20 -------------------- lighttpd/mime-audio.conf | 18 ------------------ lighttpd/mime-crypto.conf | 15 --------------- lighttpd/mime-doc.conf | 12 ------------ lighttpd/mime-font.conf | 7 ------- lighttpd/mime-if.conf | 18 ------------------ lighttpd/mime-img.conf | 26 -------------------------- lighttpd/mime-mail.conf | 5 ----- lighttpd/mime-ms.conf | 14 -------------- lighttpd/mime-od.conf | 18 ------------------ lighttpd/mime-playlist.conf | 5 ----- lighttpd/mime-sharing.conf | 6 ------ lighttpd/mime-subtitle.conf | 5 ----- lighttpd/mime-text.conf | 24 ------------------------ lighttpd/mime-video.conf | 12 ------------ lighttpd/mime-web.conf | 9 --------- lighttpd/mime-xml.conf | 9 --------- lighttpd/mime.conf | 23 ----------------------- 18 files changed, 246 deletions(-) delete mode 100644 lighttpd/mime-archive.conf delete mode 100644 lighttpd/mime-audio.conf delete mode 100644 lighttpd/mime-crypto.conf delete mode 100644 lighttpd/mime-doc.conf delete mode 100644 lighttpd/mime-font.conf delete mode 100644 lighttpd/mime-if.conf delete mode 100644 lighttpd/mime-img.conf delete mode 100644 lighttpd/mime-mail.conf delete mode 100644 lighttpd/mime-ms.conf delete mode 100644 lighttpd/mime-od.conf delete mode 100644 lighttpd/mime-playlist.conf delete mode 100644 lighttpd/mime-sharing.conf delete mode 100644 lighttpd/mime-subtitle.conf delete mode 100644 lighttpd/mime-text.conf delete mode 100644 lighttpd/mime-video.conf delete mode 100644 lighttpd/mime-web.conf delete mode 100644 lighttpd/mime-xml.conf delete mode 100644 lighttpd/mime.conf diff --git a/lighttpd/mime-archive.conf b/lighttpd/mime-archive.conf deleted file mode 100644 index 5318a31..0000000 --- a/lighttpd/mime-archive.conf +++ /dev/null @@ -1,20 +0,0 @@ -mimetype.assign += ( - ".7z" => "application/x-7z-compressed", - ".bz2" => "application/x-bzip2", - ".cpio" => "application/x-cpio", - ".deb" => "application/vnd.debian.binary-package", - ".gz" => "application/gzip", - ".jar" => "application/java-archive", - ".lz" => "application/lzip", - ".par2" => "application/x-par2", - ".rar" => "application/vnd.rar", - ".rpm" => "application/x-rpm", - ".tbz" => "application/x-bzip2", - ".tgz" => "application/gzip", - ".txz" => "application/x-xz", - ".tzst" => "application/zstd", - ".warc" => "application/warc", - ".xz" => "application/x-xz", - ".zip" => "application/zip", - ".zst" => "application/zstd", -) diff --git a/lighttpd/mime-audio.conf b/lighttpd/mime-audio.conf deleted file mode 100644 index 023acc6..0000000 --- a/lighttpd/mime-audio.conf +++ /dev/null @@ -1,18 +0,0 @@ -mimetype.assign += ( - ".aac" => "audio/aac", - ".ac3" => "audio/ac3", - ".aif" => "audio/aiff", - ".aiff" => "audio/aiff", - ".flac" => "audio/flac", - ".m4a" => "audio/mp4", - ".mka" => "audio/x-matroska", - ".mp2" => "audio/mpeg", - ".mp3" => "audio/mpeg", - ".oga" => "audio/ogg", - ".ogg" => "audio/ogg", - ".opus" => "audio/ogg", - ".spx" => "audio/ogg", - ".wav" => "audio/wav", - ".weba" => "audio/webm", - ".wv" => "audio/x-wavpack", -) diff --git a/lighttpd/mime-crypto.conf b/lighttpd/mime-crypto.conf deleted file mode 100644 index cfa8f7f..0000000 --- a/lighttpd/mime-crypto.conf +++ /dev/null @@ -1,15 +0,0 @@ -mimetype.assign += ( - ".cer" => "application/pkix-cert", - ".crl" => "application/pkix-crl", - ".gpg" => "application/pgp-encrypted", - ".p10" => "application/pkcs10", - ".p12" => "application/pkcs12", - ".p7c" => "application/pkcs7-mime", - ".p7m" => "application/pkcs7-mime", - ".p7s" => "application/pkcs7-signature", - ".p8" => "application/pkcs8", - ".p8e" => "application/pkcs8-encrypted", - ".pem" => "application/x-pem-file", - ".pfx" => "application/pkcs12", - ".sig" => "application/pgp-signature", -) diff --git a/lighttpd/mime-doc.conf b/lighttpd/mime-doc.conf deleted file mode 100644 index 677bdfb..0000000 --- a/lighttpd/mime-doc.conf +++ /dev/null @@ -1,12 +0,0 @@ -mimetype.assign += ( - ".cbr" => "application/vnd.comicbook+rar", - ".cbz" => "application/vnd.comicbook+zip", - ".chm" => "application/vnd.ms-htmlhelp", - ".djvu" => "image/vnd.djvu", - ".dvi" => "application/x-dvi", - ".eps" => "application/postscript", - ".epub" => "application/epub+zip", - ".fb2" => "application/x-fictionbook+xml", - ".pdf" => "application/pdf", - ".ps" => "application/postscript", -) diff --git a/lighttpd/mime-font.conf b/lighttpd/mime-font.conf deleted file mode 100644 index 2f26d3a..0000000 --- a/lighttpd/mime-font.conf +++ /dev/null @@ -1,7 +0,0 @@ -mimetype.assign += ( - ".otf" => "font/otf", - ".tfm" => "application/x-tex-tfm", - ".ttf" => "font/ttf", - ".woff" => "font/woff", - ".woff2" => "font/woff2", -) diff --git a/lighttpd/mime-if.conf b/lighttpd/mime-if.conf deleted file mode 100644 index 85e08a6..0000000 --- a/lighttpd/mime-if.conf +++ /dev/null @@ -1,18 +0,0 @@ -mimetype.assign += ( - ".blb" => "application/x-blorb", - ".blorb" => "application/x-blorb", - ".gblorb" => "application/x-blorb", - ".glb" => "application/x-blorb", - ".ifm" => "text/plain", - ".ulx" => "application/x-glulx", - ".z1" => "application/x-zmachine", - ".z2" => "application/x-zmachine", - ".z3" => "application/x-zmachine", - ".z4" => "application/x-zmachine", - ".z5" => "application/x-zmachine", - ".z6" => "application/x-zmachine", - ".z7" => "application/x-zmachine", - ".z8" => "application/x-zmachine", - ".zblorb" => "application/x-blorb", - ".zlb" => "application/x-blorb", -) diff --git a/lighttpd/mime-img.conf b/lighttpd/mime-img.conf deleted file mode 100644 index efa15c8..0000000 --- a/lighttpd/mime-img.conf +++ /dev/null @@ -1,26 +0,0 @@ -mimetype.assign += ( - ".apng" => "image/vnd.mozilla.apng", - ".avif" => "image/avif", - ".gif" => "image/gif", - ".heic" => "image/heic", - ".jp2" => "image/jp2", - ".jpeg" => "image/jpeg", - ".jpg" => "image/jpeg", - ".jxl" => "image/jxl", - ".mng" => "video/x-mng", - ".pam" => "image/x-portable-arbitrarymap", - ".pbm" => "image/x-portable-bitmap", - ".pfm" => "image/x-portable-floatmap", - ".pgm" => "image/x-portable-graymap", - ".png" => "image/png", - ".pnm" => "image/x-portable-anymap", - ".ppm" => "image/x-portable-pixmap", - ".svg" => "image/svg+xml", - ".tif" => "image/tiff", - ".tiff" => "image/tiff", - ".webp" => "image/webp", - ".xbm" => "image/x-xbitmap", - ".xpm" => "image/x-xpixmap", - - ".icc" => "application/vnd.iccprofile", -) diff --git a/lighttpd/mime-mail.conf b/lighttpd/mime-mail.conf deleted file mode 100644 index 2d5b14f..0000000 --- a/lighttpd/mime-mail.conf +++ /dev/null @@ -1,5 +0,0 @@ -mimetype.assign += ( - ".eml" => "message/rfc822", - ".mbox" => "application/mbox", - ".mht" => "message/rfc822", -) diff --git a/lighttpd/mime-ms.conf b/lighttpd/mime-ms.conf deleted file mode 100644 index ed0f58b..0000000 --- a/lighttpd/mime-ms.conf +++ /dev/null @@ -1,14 +0,0 @@ -mimetype.assign += ( - ".doc" => "application/msword", - ".docx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.document", - ".dotx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.template", - ".potx" => "application/vnd.openxmlformats-officedocument.presentationml.template", - ".ppsx" => "application/vnd.openxmlformats-officedocument.presentationml.slideshow", - ".ppt" => "application/vnd.ms-powerpoint", - ".pptx" => "application/vnd.openxmlformats-officedocument.presentationml.presentation", - ".rtf" => "application/rtf", - ".sldx" => "application/vnd.openxmlformats-officedocument.presentationml.slide", - ".xls" => "application/vnd.ms-excel", - ".xlsx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", - ".xltx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.template", -) diff --git a/lighttpd/mime-od.conf b/lighttpd/mime-od.conf deleted file mode 100644 index ec03df2..0000000 --- a/lighttpd/mime-od.conf +++ /dev/null @@ -1,18 +0,0 @@ -mimetype.assign += ( - ".odb" => "application/vnd.oasis.opendocument.database", - ".odc" => "application/vnd.oasis.opendocument.chart", - ".odf" => "application/vnd.oasis.opendocument.formula", - ".odg" => "application/vnd.oasis.opendocument.graphics", - ".odi" => "application/vnd.oasis.opendocument.image", - ".odm" => "application/vnd.oasis.opendocument.text-master", - ".odp" => "application/vnd.oasis.opendocument.presentation", - ".ods" => "application/vnd.oasis.opendocument.spreadsheet", - ".odt" => "application/vnd.oasis.opendocument.text", - ".otc" => "application/vnd.oasis.opendocument.chart-template", - ".otg" => "application/vnd.oasis.opendocument.graphics-template", - ".oth" => "application/vnd.oasis.opendocument.text-web", - ".oti" => "application/vnd.oasis.opendocument.image-template", - ".otp" => "application/vnd.oasis.opendocument.presentation-template", - ".ots" => "application/vnd.oasis.opendocument.spreadsheet-template", - ".ott" => "application/vnd.oasis.opendocument.text-template", -) diff --git a/lighttpd/mime-playlist.conf b/lighttpd/mime-playlist.conf deleted file mode 100644 index a0af89e..0000000 --- a/lighttpd/mime-playlist.conf +++ /dev/null @@ -1,5 +0,0 @@ -mimetype.assign += ( - ".m3u" => "application/vnd.apple.mpegurl", - ".m3u8" => "application/vnd.apple.mpegurl", - ".xspf" => "application/xspf+xml", -) diff --git a/lighttpd/mime-sharing.conf b/lighttpd/mime-sharing.conf deleted file mode 100644 index 2f1d239..0000000 --- a/lighttpd/mime-sharing.conf +++ /dev/null @@ -1,6 +0,0 @@ -mimetype.assign += ( - ".iso" => "application/x-iso9660-image", - ".meta4" => "application/metalink4+xml", - ".metalink" => "application/metalink+xml", - ".torrent" => "application/x-bittorrent", -) diff --git a/lighttpd/mime-subtitle.conf b/lighttpd/mime-subtitle.conf deleted file mode 100644 index 047216d..0000000 --- a/lighttpd/mime-subtitle.conf +++ /dev/null @@ -1,5 +0,0 @@ -mimetype.assign += ( - ".ass" => "text/x-ssa", - ".srt" => "application/x-subrip", - ".ssa" => "text/x-ssa", -) diff --git a/lighttpd/mime-text.conf b/lighttpd/mime-text.conf deleted file mode 100644 index b01166a..0000000 --- a/lighttpd/mime-text.conf +++ /dev/null @@ -1,24 +0,0 @@ -mimetype.assign += ( - ".asc" => "text/plain", - ".csv" => "text/csv", - ".cue" => "text/plain", - ".gmi" => "text/gemini; charset=utf-8", - ".icf" => "text/calendar; charset=utf-8", - ".info" => "text/info; charset=utf-8", - ".json" => "application/json; charset=utf-8", - ".ldif" => "text/plain; charset=utf-8", - ".log" => "text/plain; charset=utf-8", - ".md" => "text/markdown; charset=utf-8", - ".pod" => "text/x-pod; charset=utf-8", - ".readme" => "text/plain; charset=utf-8", - ".rec" => "text/plain; charset=utf-8", - ".sql" => "text/plain; charset=utf-8", - ".tex" => "application/x-tex", - ".txt" => "text/plain; charset=utf-8", - ".url" => "text/uri-list; charset=utf-8", - ".vcf" => "text/vcard; charset=utf-8", - ".yaml" => "text/yaml; charset=utf-8", - ".zone" => "text/dns; charset=utf-8", - "ls-lR" => "text/plain; charset=utf-8", - "README" => "text/plain; charset=utf-8", -) diff --git a/lighttpd/mime-video.conf b/lighttpd/mime-video.conf deleted file mode 100644 index 8a69a54..0000000 --- a/lighttpd/mime-video.conf +++ /dev/null @@ -1,12 +0,0 @@ -mimetype.assign += ( - ".avi" => "video/x-msvideo", - ".m4v" => "video/mp4", - ".mj2" => "video/mj2", - ".mkv" => "video/x-matroska", - ".mov" => "video/quicktime", - ".mp4" => "video/mp4", - ".mpg" => "video/mpeg", - ".ogv" => "video/ogg", - ".ts" => "video/MP2T", - ".webm" => "video/webm", -) diff --git a/lighttpd/mime-web.conf b/lighttpd/mime-web.conf deleted file mode 100644 index aa9fa11..0000000 --- a/lighttpd/mime-web.conf +++ /dev/null @@ -1,9 +0,0 @@ -mimetype.assign += ( - ".css" => "text/css; charset=utf-8", - ".dtd" => "application/xml-dtd", - ".htm" => "text/html", - ".html" => "text/html", - ".js" => "application/javascript; charset=utf-8", - ".wasm" => "application/wasm", - ".xhtml" => "application/xhtml+xml", -) diff --git a/lighttpd/mime-xml.conf b/lighttpd/mime-xml.conf deleted file mode 100644 index e9a865d..0000000 --- a/lighttpd/mime-xml.conf +++ /dev/null @@ -1,9 +0,0 @@ -mimetype.assign += ( - ".atom" => "application/atom+xml", - ".dbk" => "application/docbook+xml", - ".opml" => "application/xml", - ".rss" => "application/rss+xml", - ".xbel" => "application/xml", - ".xml" => "application/xml", - ".xmp" => "application/rdf+xml", -) diff --git a/lighttpd/mime.conf b/lighttpd/mime.conf deleted file mode 100644 index c564cbf..0000000 --- a/lighttpd/mime.conf +++ /dev/null @@ -1,23 +0,0 @@ -mimetype.assign = () - -include "mime-archive.conf" -include "mime-text.conf" -include "mime-xml.conf" -include "mime-web.conf" -include "mime-font.conf" -include "mime-doc.conf" -include "mime-od.conf" -include "mime-ms.conf" -include "mime-if.conf" -include "mime-crypto.conf" -include "mime-img.conf" -include "mime-audio.conf" -include "mime-video.conf" -include "mime-playlist.conf" -include "mime-subtitle.conf" -include "mime-mail.conf" -include "mime-sharing.conf" - -mimetype.assign += ( - "" => "application/octet-stream", -) -- 2.44.0