How can I disable access to my VestaControl Panel which on port 8083
Posted: Thu Aug 02, 2018 1:57 pm
is there anyway to disable access on the web panel via IP address? this is to prevent certificate errors, I have been creating redirect on my vesta nginx config but it gives back "too many redirects error".
server{
listen 8083;
server_name _;
return 301 https://mydomain.com;$server_port$request_uri;
}
anyone who can suggests anything good? I don't want the VestaCP Panel to be accessed on my IP address https://xxx.xxx.xxx.xxx:8083.
Thank you!
server{
listen 8083;
server_name _;
return 301 https://mydomain.com;$server_port$request_uri;
}
anyone who can suggests anything good? I don't want the VestaCP Panel to be accessed on my IP address https://xxx.xxx.xxx.xxx:8083.
Thank you!