Greetings,
First of all, I just wanted to say thanks to this community and the developing team who gave birth to Hestia CP.
I am trying to access Hestia CP through my hestia.domain.com:8083 but it won’t go through.
My domain is managed through Cloudflare and they support only a limited number of Proxied ports. Hence I changed the same using “v-change-sys-port 2083”
I did a “cat /usr/local/hestia/nginx/conf/nginx.conf” and its reflecting port 2083.
# Vhost
    server {
        listen          2083 ssl;
        server_name     _;
        root            /usr/local/hestia/web;
I rebooted the VM but yet I’m unable to access the Control panel through hestia.domain.com:2083, I am getting a The connection has timed out error
Hestia is installed on Oracle VM.
Any assistance would be highly appreciated.
Thanks in advance.