From 20c0fed457afa419d9e7702e7a64b879c8aae9ad Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 27 Jan 2020 00:04:21 +0100 Subject: [PATCH] mod_http_upload: Document correct put_url default Closes #3152. --- src/mod_http_upload.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =>