aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpd_SUITE_data
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-04-16 13:47:44 +0200
committerZandra Hird <[email protected]>2015-05-05 16:40:36 +0200
commit098f7b59ef26c57f8b759c14a6f3757534d50175 (patch)
tree3538e08df937c4ede8ca3c61a0a905129455b2d2 /lib/inets/test/httpd_SUITE_data
parent6e3e48d39a77aa18b92fb048d6a910baa71badf3 (diff)
downloadotp-098f7b59ef26c57f8b759c14a6f3757534d50175.tar.gz
otp-098f7b59ef26c57f8b759c14a6f3757534d50175.tar.bz2
otp-098f7b59ef26c57f8b759c14a6f3757534d50175.zip
make it possible to use a file to configure mime types
The documentation specifies that a file can be used to configure mime types, but currently it isn't working. With this change it works as documented.
Diffstat (limited to 'lib/inets/test/httpd_SUITE_data')
-rw-r--r--lib/inets/test/httpd_SUITE_data/server_root/config/mime.types4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/inets/test/httpd_SUITE_data/server_root/config/mime.types b/lib/inets/test/httpd_SUITE_data/server_root/config/mime.types
new file mode 100644
index 0000000000..b68cff21a6
--- /dev/null
+++ b/lib/inets/test/httpd_SUITE_data/server_root/config/mime.types
@@ -0,0 +1,4 @@
+text/html html
+text/html htm
+text/html shtml
+image/gif gif