aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-08-22 11:45:51 +0200
committerIngela Anderton Andin <[email protected]>2016-08-22 11:45:51 +0200
commit80b98dcfbb72c191aec3cead4cfe4a35d5a80cd7 (patch)
tree881e329c7f874cd4e925c637b5e9b1238118ad75 /lib
parent35eb3f107fc75230fdf80dd6c1040c8c4b61f410 (diff)
parent39ef1c7fda9f1648c8f8b61dced0bd7d16326b54 (diff)
downloadotp-80b98dcfbb72c191aec3cead4cfe4a35d5a80cd7.tar.gz
otp-80b98dcfbb72c191aec3cead4cfe4a35d5a80cd7.tar.bz2
otp-80b98dcfbb72c191aec3cead4cfe4a35d5a80cd7.zip
Merge remote-tracking branch 'github/pr/1144' into maint
Diffstat (limited to 'lib')
-rw-r--r--lib/inets/doc/src/httpd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml
index 62b92b8356..b05ae72983 100644
--- a/lib/inets/doc/src/httpd.xml
+++ b/lib/inets/doc/src/httpd.xml
@@ -455,7 +455,7 @@ text/plain asc txt</pre>
directory. Several files can be given, in which case the server
returns the first it finds, for example:</p>
- <code>{directory_index, ["index.hml", "welcome.html"]}</code>
+ <code>{directory_index, ["index.html", "welcome.html"]}</code>
<p>Access to http://your.server.org/docs/ would return
http://your.server.org/docs/index.html or