prosody: always listen on localhost:5280 - web-proxy responsible for external ports now

This commit is contained in:
Matthew Wild 2020-12-11 16:51:34 +00:00
parent ee9922f4ae
commit 280fabb652
1 changed files with 4 additions and 2 deletions

View File

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