uhttpd: add "application/x-ns-proxy-autoconfig" mime type (#8236)

SVN-Revision: 28149
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 13 years ago
parent 995face56d
commit 7fce085a97

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
PKG_RELEASE:=24
PKG_RELEASE:=25
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
PKG_CONFIG_DEPENDS := \

@ -76,6 +76,9 @@ static struct mimetype uh_mime_types[] = {
{ "cfg", "text/plain" },
{ "conf", "text/plain" },
{ "pac", "application/x-ns-proxy-autoconfig" },
{ "wpad.dat", "application/x-ns-proxy-autoconfig" },
{ NULL, NULL }
};

Loading…
Cancel
Save