lighttpd: add mime type for WPAD/PAC

This commit is contained in:
Fabian Franz 2017-12-23 09:54:55 +01:00 committed by Franco Fichtner
parent 65d08b716c
commit 831bfc711e

View File

@ -249,6 +249,7 @@ server.indexfiles = ( "index.php", "index.html",
# mimetype mapping
mimetype.assign = (
"wpad.dat" => "application/x-ns-proxy-autoconfig",
".pdf" => "application/pdf",
".sig" => "application/pgp-signature",
".spl" => "application/futuresplash",