summaryrefslogtreecommitdiff
path: root/src/mod_http_upload.erl
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2018-07-18 19:44:56 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2018-07-18 19:44:56 +0200
commit57a3512dcc6c25e5ddfa8a8280b03c7bcadb94d7 (patch)
treed9cf0633c93573a372514c01210d94a795335758 /src/mod_http_upload.erl
parentMerge pull request #2538 from weiss/tls-by-default (diff)
mod_http_upload: Adjust default value of 'put_url'
Let the default 'put_url' point to the HTTPS listener specified in the new default configuration.
Diffstat (limited to 'src/mod_http_upload.erl')
-rw-r--r--src/mod_http_upload.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_http_upload.erl b/src/mod_http_upload.erl
index ed29299f..7e9816cb 100644
--- a/src/mod_http_upload.erl
+++ b/src/mod_http_upload.erl
@@ -225,7 +225,7 @@ mod_options(_Host) ->
{file_mode, undefined},
{dir_mode, undefined},
{docroot, <<"@HOME@/upload">>},
- {put_url, <<"http://@HOST@:5444">>},
+ {put_url, <<"https://@HOST@:5443/upload">>},
{get_url, undefined},
{service_url, undefined},
{external_secret, <<"">>},