uhttpd: add "application/x-ns-proxy-autoconfig" mime type (#8236)
SVN-Revision: 28149
This commit is contained in:
parent
995face56d
commit
7fce085a97
2 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=uhttpd
|
PKG_NAME:=uhttpd
|
||||||
PKG_RELEASE:=24
|
PKG_RELEASE:=25
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
PKG_CONFIG_DEPENDS := \
|
PKG_CONFIG_DEPENDS := \
|
||||||
|
|
|
@ -76,6 +76,9 @@ static struct mimetype uh_mime_types[] = {
|
||||||
{ "cfg", "text/plain" },
|
{ "cfg", "text/plain" },
|
||||||
{ "conf", "text/plain" },
|
{ "conf", "text/plain" },
|
||||||
|
|
||||||
|
{ "pac", "application/x-ns-proxy-autoconfig" },
|
||||||
|
{ "wpad.dat", "application/x-ns-proxy-autoconfig" },
|
||||||
|
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue