diff --git a/src/mod_http_fileserver.erl b/src/mod_http_fileserver.erl index f04a9d464..f48bed8fe 100644 --- a/src/mod_http_fileserver.erl +++ b/src/mod_http_fileserver.erl @@ -557,7 +557,7 @@ mod_doc() -> example => [{?T("This example configuration will serve the files from the " "local directory '/var/www' in the address " - "'http://example.org:5280/pub/archive/'. In this example a new " + "'http://example.org:5280/pub/content/'. In this example a new " "content type 'ogg' is defined, 'png' is redefined, and 'jpg' " "definition is deleted:"), ["listen:", @@ -567,7 +567,7 @@ mod_doc() -> " module: ejabberd_http", " request_handlers:", " ...", - " /pub/archive: mod_http_fileserver", + " /pub/content: mod_http_fileserver", " ...", " ...", "",