projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] broadcom-wl: align RADIUS options with r26482, patch by Etienne Champetier...
[openwrt.git]
/
package
/
uhttpd
/
src
/
uhttpd-mimetypes.h
diff --git
a/package/uhttpd/src/uhttpd-mimetypes.h
b/package/uhttpd/src/uhttpd-mimetypes.h
index
032d3d0
..
21717c0
100644
(file)
--- a/
package/uhttpd/src/uhttpd-mimetypes.h
+++ b/
package/uhttpd/src/uhttpd-mimetypes.h
@@
-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 }
};
This page took
0.025363 seconds
and
4
git commands to generate.