mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
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:
parent
1de69174ef
commit
57a3512dcc
@ -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, <<"">>},
|
||||
|
Loading…
Reference in New Issue
Block a user