Use another example, because "archive" is replaced when generating EDoc

This commit is contained in:
Badlop 2024-02-23 22:56:49 +01:00
parent 2075480b14
commit daca3b558b
1 changed files with 2 additions and 2 deletions

View File

@ -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",
" ...",
" ...",
"",