1
0
Fork 0
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:
Badlop 2025-08-01 10:51:10 +02:00
parent 48e6631751
commit 7815463ba0

View file

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