How do you set the URL to where I don’t need the port number so I can set a CNAME for it? For example, is there a way to use https://automic.example.com instead of https://automic.example.com/awi?
AE and AWI: 21.0, 24.X
The standard port for incoming web traffic over https is 443. If the configuration.properties is updated to have:
https.port=443
then pointing directly to the computer name or fully qualified domain name, something like:
https://automic.example.com instead of https://automic.example.com:443/awi should automatically forward to the awi site.