mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Use another example, because "archive" is replaced when generating EDoc
This commit is contained in:
parent
2075480b14
commit
daca3b558b
@ -557,7 +557,7 @@ mod_doc() ->
|
|||||||
example =>
|
example =>
|
||||||
[{?T("This example configuration will serve the files from the "
|
[{?T("This example configuration will serve the files from the "
|
||||||
"local directory '/var/www' in the address "
|
"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' "
|
"content type 'ogg' is defined, 'png' is redefined, and 'jpg' "
|
||||||
"definition is deleted:"),
|
"definition is deleted:"),
|
||||||
["listen:",
|
["listen:",
|
||||||
@ -567,7 +567,7 @@ mod_doc() ->
|
|||||||
" module: ejabberd_http",
|
" module: ejabberd_http",
|
||||||
" request_handlers:",
|
" request_handlers:",
|
||||||
" ...",
|
" ...",
|
||||||
" /pub/archive: mod_http_fileserver",
|
" /pub/content: mod_http_fileserver",
|
||||||
" ...",
|
" ...",
|
||||||
" ...",
|
" ...",
|
||||||
"",
|
"",
|
||||||
|
Loading…
Reference in New Issue
Block a user