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.
This commit is contained in:
Holger Weiss 2018-07-18 19:44:56 +02:00
parent 1de69174ef
commit 57a3512dcc
1 changed files with 1 additions and 1 deletions

View File

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