mirror of
https://github.com/processone/ejabberd
synced 2025-10-02 17:29:27 +02:00
ejabberd.yml.example: Use HOST_URL_ENCODE to handle case when vhost is non-latin1
This commit is contained in:
parent
48e6631751
commit
7815463ba0
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ modules:
|
|||
mod_fail2ban: {}
|
||||
mod_http_api: {}
|
||||
mod_http_upload:
|
||||
put_url: https://@HOST@:5443/upload
|
||||
put_url: https://@HOST_URL_ENCODE@:5443/upload
|
||||
custom_headers:
|
||||
"Access-Control-Allow-Origin": "https://@HOST@"
|
||||
"Access-Control-Allow-Methods": "GET,HEAD,PUT,OPTIONS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue