diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2020-01-27 00:04:21 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2020-01-27 00:04:21 +0100 |
commit | 20c0fed457afa419d9e7702e7a64b879c8aae9ad (patch) | |
tree | 1b50a4e487664803dd46116db73f22bc27b81c21 | |
parent | Do not use ~ts format in string that are put in xmpp payload (diff) |
mod_http_upload: Document correct put_url default
Closes #3152.
-rw-r--r-- | src/mod_http_upload.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_http_upload.erl b/src/mod_http_upload.erl index f2730e185..3f8aa60fd 100644 --- a/src/mod_http_upload.erl +++ b/src/mod_http_upload.erl @@ -320,7 +320,7 @@ mod_doc() -> "used for file uploads. The keyword @HOST@ is replaced " "with the virtual host name. NOTE: different virtual " "hosts cannot use the same PUT URL. " - "The default value is \"http://@HOST@:5444\".")}}, + "The default value is \"https://@HOST@:5443\".")}}, {get_url, #{value => ?T("URL"), desc => |