How to disable :80 when type url http://domain.tld:80 or 8443
i wish to enter http://domain.tld or https://domain.tld
Try using port 443.
I wish avoid use port in url because proxy
Use a reverse proxy to redirect to the localhost port to the outside. There is no way to do this (and that鈥檚 literally every OSS app today)
Every webserver runs on :80 for http or :433 for https. All major browsers hide the :80 at the end of the domain because the browser cam assume the port from the protocol.
You should be able to just enter http://domain.tld or https://domain.tld assuming you have your ports set correctly.
Closing this as a wontfix. You can just use nginx for this.
Most helpful comment
Every webserver runs on :80 for http or :433 for https. All major browsers hide the :80 at the end of the domain because the browser cam assume the port from the protocol.
You should be able to just enter http://domain.tld or https://domain.tld assuming you have your ports set correctly.