I’m running into some issues while setting up a subdomain and assigning it to a specific port.
Due to limitations imposed by my ISP, I’m currently unable to use common website ports like 8080 and 443 for the website I’m developing. This means that even though the service runs internally on port 443, externally it will need to be accessed through port 6795.
I’ve attempted to configure an origin rule to redirect traffic to the correct port using the API, but unfortunately, requests are still being directed to port 80, resulting in a timeout error.
Could someone be able to offer any suggestions on how to resolve this issue?