-- additions at end of prosody.cfg.lua pidfile = "/var/run/prosody/prosody.pid"; -- disable https ports (not used) https_ports = { } -- Trusted proxies - must include ourself -- un-comment if and when required -- trusted_proxies = { "127.0.0.1", "::1", "192.168.1.1" } -- virtual host configurations include "conf.d/*.cfg.lua" -- end