diff options
author | Ingela Anderton Andin <[email protected]> | 2016-08-22 11:45:51 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-08-22 11:45:51 +0200 |
commit | 80b98dcfbb72c191aec3cead4cfe4a35d5a80cd7 (patch) | |
tree | 881e329c7f874cd4e925c637b5e9b1238118ad75 | |
parent | 35eb3f107fc75230fdf80dd6c1040c8c4b61f410 (diff) | |
parent | 39ef1c7fda9f1648c8f8b61dced0bd7d16326b54 (diff) | |
download | otp-80b98dcfbb72c191aec3cead4cfe4a35d5a80cd7.tar.gz otp-80b98dcfbb72c191aec3cead4cfe4a35d5a80cd7.tar.bz2 otp-80b98dcfbb72c191aec3cead4cfe4a35d5a80cd7.zip |
Merge remote-tracking branch 'github/pr/1144' into maint
-rw-r--r-- | lib/inets/doc/src/httpd.xml | 2 |
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 |