From 68d7ae338e7b509fe00b42c3c44634cf18872056 Mon Sep 17 00:00:00 2001 From: Alexander Koch Date: Thu, 18 Apr 2019 01:54:18 +0200 Subject: [PATCH] apache / WPAD: Add correct MIME type for wpad.dat and proxy.pac Some clients require the correct MIME type to be set for accepting/handling the Proxy-Settings properly. See: http://findproxyforurl.com/deploying-wpad/ Signed-off-by: Alexander Koch Signed-off-by: Michael Tremer --- config/etc/mime.types | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/etc/mime.types b/config/etc/mime.types index bf088b0103..af82d48869 100644 --- a/config/etc/mime.types +++ b/config/etc/mime.types @@ -168,6 +168,8 @@ application/x-javascript js application/x-koan skp skd skt skm application/x-latex latex application/x-netcdf nc cdf +application/x-ns-proxy-autoconfig pac +application/x-ns-proxy-autoconfig dat # The standard is that rpm is audio/x-pn-realaudio-plugin... oh well... application/x-rpm rpm application/x-sh sh -- 2.39.2