diff options
author | Ingela Anderton Andin <[email protected]> | 2016-08-22 11:46:17 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-08-22 11:46:17 +0200 |
commit | 891d81174d43fb353bf3031f0c83d6f9af92bb0b (patch) | |
tree | 9839a23d8672c7e3354cf28b14f9ecc033204f0a | |
parent | f1c1501bd6433b97615055dec53ae3739b6e3691 (diff) | |
parent | 80b98dcfbb72c191aec3cead4cfe4a35d5a80cd7 (diff) | |
download | otp-891d81174d43fb353bf3031f0c83d6f9af92bb0b.tar.gz otp-891d81174d43fb353bf3031f0c83d6f9af92bb0b.tar.bz2 otp-891d81174d43fb353bf3031f0c83d6f9af92bb0b.zip |
Merge branch '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 |