prosody: Hopefully final fixes for new proxying

This commit is contained in:
Matthew Wild 2021-01-22 23:01:52 +00:00
parent 4b8fcdafbd
commit a5f78bd027
1 changed files with 2 additions and 1 deletions

View File

@ -149,8 +149,9 @@ update_notify_message_url = "https://snikket.org/notices/{branch}/{message}"
update_check_dns = "_{branch}.update.snikket.net"
update_check_interval = 21613 -- ~6h
http_default_host = DOMAIN
http_host = DOMAIN
http_external_url = "https://"..DOMAIN.."/_/"
http_external_url = "https://"..DOMAIN.."/"
turncredentials_host = DOMAIN
turncredentials_secret = assert(io.open("/snikket/prosody/turn-auth-secret-v2")):read("*l");