I recently converted some internal services to use a Fully Qualified Domain Name (FQDN) with SSL. Previously, I accessed them via ‘sub.domain.com:1234’, but now, with nginx proxying from port 443 to the actual service port, I no longer need to specify the port. However, iOS keeps remembering the port whenever I start typing the subdomain. How can I prevent this?