prosody: Update default port numbers for running behind snikket-web-proxy

This commit is contained in:
Matthew Wild 2020-11-20 16:32:30 +00:00
parent edc81c8105
commit 6c25508ec2
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ registration_notification = "New user registered: $username"
reload_global_modules = { "http" }
http_ports = { ENV_SNIKKET_TWEAK_HTTP_PORT or 80 }
https_ports = { ENV_SNIKKET_TWEAK_HTTPS_PORT or 443 }
http_ports = { ENV_SNIKKET_TWEAK_HTTP_PORT or 5280 }
https_ports = { ENV_SNIKKET_TWEAK_HTTPS_PORT or 5281 }
legacy_ssl_ports = { 5223 }